Defect #618
closedright click on an issue line near the bottom of the browser doesn't display menu
0%
Description
When I right click an issue near the bottom of the page, the menu drops off the screen and I can't access the menu items. If I scroll down I can sometimes get to where I can access the menu.
The solution would be to move the menu up a little when near the bottom of the window.
Related issues
Updated by Kioma Aldecoa almost 17 years ago
Related to:
Updated by Rocco Stanzione over 16 years ago
This one is hard. To properly position the menu if it's going to be rendered offscreen, we need its height, which is 0 because it's display:none. Maybe there's some other workaround.
Updated by Jean-Philippe Lang over 16 years ago
- Status changed from New to Closed
Thanks for this patch Mike. It's committed in r1323.
I made a slight change so that the submenus are also displayed above or to the left.
Tested with FF2, IE6/7, Safari3, Opera8 (submenus will always be displayed on the right with IE6). Personnaly, I do not (and won't) test anything with IE5.
Thanks!