Closed
Bug 702986
Opened 14 years ago
Closed 2 months ago
pop-up menus not sized large enough to hold contents
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: 52qtuqm9, Unassigned)
Details
Attachments
(1 file)
|
20.39 KB,
image/png
|
Details |
Two different users of my "Send Later 3" Thunderbird add-on have reported that the pop-up menus in my compose window toolbar items are not being sized wide enough for the contents of the menu to be visible. I cannot reproduce this issue. I've attahed an image of the problem sent to me by one of the users. The other is viewable at http://img507.imageshack.us/img507/8126/161120111708.png .
One of the users is using 32-bit Windows Vista with Thunderbird 8.0. The other is using Windows 7 Professional SP1, also with Thunderbird 8.0. Personally, I do not see this problem in Linux, Windows XP, or Windows 7 Enterprise, neither in TB8 nor in TB 11.0a1 (nor did I see it in any of the intervening versions).
Here's example XUL code for one of the pop-up menus, captured with DOM Inspector (it actually has more "menuitem" nodes than I've listed here, but it doesn't seem useful to clutter the bug by including them all):
<menulist xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" label="12" id="sl3-hourvalue" style="margin: 0px;" sizetopopup="pref" value="12"><menupopup id="sl3-hours"><menuitem label="00" value="0"/></menupopup></menulist>
| Reporter | ||
Comment 1•14 years ago
|
||
Also, one of the users the problem first showed up in TB7.
| Reporter | ||
Updated•14 years ago
|
Status: NEW → UNCONFIRMED
Ever confirmed: false
| Assignee | ||
Updated•7 years ago
|
Component: XP Toolkit/Widgets: Menus → XUL
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Comment 3•2 months ago
|
||
If this is still an issue, it's a totally different bug at this point, since very little if any of the code which was being used to display those menus back when this issue was filed 14 years ago is still in use.
Status: UNCONFIRMED → RESOLVED
Closed: 2 months ago
Flags: needinfo?(52qtuqm9)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•