Opened 12 years ago
Closed 12 years ago
#10504 closed Bug (invalid)
[FF]Dropdown menu appears at the bottom of window in fullscreen mode using keyboard.
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
- Open Firefox.
- Open editor (Replace Textarea Elements by Class Name sample).
- Switch to fullsceen mode.
- Using keyboard move focus to toolbar (Alt + F10).
- Using keyboard navigate to "Size" dropdown.
- Press down arrow to open dropdown menu.
SOMETIMES menu appears at the bottom of the screen (attachment).
Attachments (1)
Change History (4)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Status: | new → pending |
---|
comment:2 Changed 12 years ago by
The problem is that this bug appears randomly (this is the reason why I wrote "SOMETIMES"). I tried to find conditions for this bug, but without success.
I don't know why there is empty space and why editor doesn't take up whole viewport. Everything is looking perfectly fine before crashes.
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
After consulting this issue with @pjasiun we have decided to close it.
I wasn't able to reproduce this.
You have written in step 3 to switch to full screen mode but when looking at your screen shot I can tell you are not in full page mode. In full page mode editor takes up whole viewport wile in your case there is empty space (rest of browser's page) below editor.
Perhaps this is the key to reproduce this problem. Could you tell me how to full editor with FF so that it thinks it fills up whole page?
I have tried with setting height on body but that didn't work.
Perhaps this is simply browser quirks, you had some js on sample page that was causing this or one of FF plugins is doing this?