Closed
Bug 701695
Opened 14 years ago
Closed 12 years ago
Popup stuck in infinite redraw loop
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mozilla, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux i686; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Steps to reproduce:
1. Create a context menu (attached to a toolbar button in my case)
2. Create a menuitem with the longest label on the menu
3. Create an accesskey that is not in the label
4. Open the menu
Actual results:
The first time, a weird flashing rectangle appears, approximately the size of the popup, but showing a smeared and constantly changing copy of what is behind the popup.
Subsequently the popup displays cleanly.
Attached is a screenshot showing a single redraw frame in the bottom right corner. The odd offset rectangle continuously changes, using a high proportion of CPU.
Expected results:
The popup should appear cleanly.
| Reporter | ||
Comment 1•14 years ago
|
||
This shows how the menu should appear. If the accesskey appears in the menu there is no problem. If the label plus the appended accesskey is shorter than the width of the popup before appending the accesskey then there is no problem.
Updated•12 years ago
|
Component: General → Menus
Updated•12 years ago
|
Component: Menus → Graphics
Product: Firefox → Core
Comment 2•12 years ago
|
||
Can you still reproduce this issue on current Firefox builds?
Flags: needinfo?(mozilla)
| Reporter | ||
Comment 3•12 years ago
|
||
Looks like this bug is long gone. I tested with some versions I have to hand:
4: broken
7: broken
10 ESR: OK
17 ESR: OK
24: OK
Flags: needinfo?(mozilla)
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•