CUModSquad / Camelot-Unchained

UI repository for Camelot Unchained, a tri-realm RvR MMORPG.
Mozilla Public License 2.0
7 stars 25 forks source link

Coherent: Mouse clipping before edge of window #275

Open Mehuge opened 5 years ago

Mehuge commented 5 years ago

The ScenarioButton UI butts right up to the right edge of the screen. It uses mouse events (click, over and out) to open the menu / show tooltips, however the mouse events appear to be clipped (blocked) near the right edge of the window (about 10px or so).

I can't see anything obvious on the html side (no overlapping divs) so wondered if it could be something between the client and coherent.

mouse-clipping

Could it be something to do with the scrollbar area of the window? It looks like the area that does not respond to the mouse is about the size (width) of a windows scrollbar.