Closed Bug 90739 Opened 23 years ago Closed 21 years ago

remove work around for #78429 in mailWidgets.xml

Categories

(SeaMonkey :: MailNews: Message Display, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 227013

People

(Reporter: sspitzer, Assigned: sspitzer)

Details

here's the work around:

            // to work around bug #78429, set and reset the selectedItem
            var item = menulist.selectedItem;
            menulist.selectedItem = null;
            menulist.selectedItem = item;

I shouldn't have to do that, but with out that the status and priority pickers 
come up blank.

I think their values (and selectedItem) is getting set before the menulist is 
fully created, but I haven't figured out a way around that yet.
QA Contact: esther → laurel
Sounds like bug 63370.
Gonna dupe this against 227013 because the patch in that bug removes the work
around. 

*** This bug has been marked as a duplicate of 227013 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.