Robbie Wagner

Results 813 comments of Robbie Wagner

@cmazereau sounds like a possible browser limitation or bug?

@daghendrik our demo page has `height: 100%` on the body https://shepherdjs.dev/ so I am not sure that this is your actual issue.

@daghendrik I suspect something with the styles or JS included with Angular NgRx Material is causing issues here. Are there any errors in the console? I believe what hides the...

@daghendrik can you please try removing all your extra styles added by your framework? This is not something to be fixed in Shepherd, but rather some additional styles or logic...

@wbobeirne I would certainly be open to this. Would you like to give implementing it a try?

@andresespinosapc focusing the tooltip is part of a11y and is required. Open to other suggestions if you have them.

If we can find the time to land https://github.com/shipshapecode/shepherd/pull/1187 it will fix some of those issues.

@Suleiman700 yes, @peterDuot-stationfive is correct. If there is not space in the direction you choose, the tooltip will move to where it will fit.

@alexd16 this sounds like an issue with `focus`. We focus trap the input to the `shepherd-element`, so hitting tab will cycle through all the things in the tooltip and not...

@alexd16 ah, that is helpful info. We reposition things on resize and scroll I believe, so I could see that being a problem.