blackmambahk / workamajig

track wmj issues
0 stars 0 forks source link

#431331 - scrolling in the brain #27

Open blackmambahk opened 5 years ago

blackmambahk commented 5 years ago

having trouble with this lately. after opening more that one issue, need to refresh the tab to scroll down anyone else ask about this?

You aware of any scrolling issues still? If I go into an issue it won't scroll, but once I click in the message text area it scrolls.

blackmambahk commented 5 years ago

Known issue, no idea of cause or solution. Weird problem, can even been fixed just by hovering mouse over the close button. Not a grid 'scrolling' issue as this is native scrolling, more likely a focus issue but simply setting focus programmatically doesn't solve it, seems to require user input Been looked at previously by both me and Q cant find anything. back burner issue, reviewed periodically.

blackmambahk commented 5 years ago

Problem resolved by a workaround by forcing the Chrome to create internal layers. though css properties translate3D(0,0,0) and will-change:transform at the page.section level. Issue clearly some sort of Chrome painting bug.