Closed
Bug 261562
Opened 20 years ago
Closed 18 years ago
Win32 native dialogs block setTimeout
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 257121
People
(Reporter: dev.sensei, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10
When you have firefox running, open a file dialog, e.g. with a "Browse" button
on a website or "File --> Open File", leave it and open a new instance of
firefox, the bookmarks toolbar and bookmarks sidebar will be empty. As soon as
you close the dialog from instance 1, instance 2 will show the bookmarks.
Reproducible: Always
Steps to Reproduce:
1. Open Firefox
2. Choose "File --> Open File"
3. Leave the dialog open and
4. Open a new instance (new window)
Actual Results:
Bookmarks toolbar and sidebar are empty
Expected Results:
bookmarks toolbar and sidebar show bookmarks
reported here:
http://forums.mozillazine.org/viewtopic.php?t=133863
Comment 1•20 years ago
|
||
Other notes:
using: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a4) Gecko/20040925
Firefox/0.9.1+
The problem with the boomkarks toolbar does go away after you close the
file->open file... dialog.
Other problems encountered:
*) customize (for the toolbars) does not work
*) Clicking on bookmarks inside the Bookmarks menu do not go anywhere
*) File->Open File... cannot be used.
*) Find in this page dialog (on older builds) opens but cannot be closed
*) Print Preview will not work (says "Preparing...")
*) Going into Tools->Options... restores the Bookmarks toolbar and allows
bookmarks to work again. It does not fix the Find dialog problem (on older
builds), however.
*) File->Import... also restores the Bookmarks toolbar
Updated•20 years ago
|
Whiteboard: DUPEME
Comment 2•20 years ago
|
||
very similar to bug 257121
Comment 3•20 years ago
|
||
Confirmed.
Strange, If the open file dialog is open, delayedStartup just doens't happen _it
is_ called ( setTimeout(delayedStartup, 0); )
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•20 years ago
|
Flags: blocking-aviary1.0?
Whiteboard: DUPEME
Comment 4•20 years ago
|
||
not a "blocker" in that sense. Needs investigation/fixing, but we've shipped
with this many times, so I'm not too concerned if we don't figure it out.
Severity: normal → minor
Flags: blocking-aviary1.0? → blocking-aviary1.0-
Updated•20 years ago
|
Summary: bookmarks toolbar appears empty on new firefox instance with open dialog → Win32 native dialogs block setTimeout
Whiteboard: DUPEME
Updated•20 years ago
|
Component: Toolbars → XP Toolkit/Widgets
Product: Firefox → Browser
Version: unspecified → 1.7 Branch
Updated•20 years ago
|
Assignee: bugs → jag
QA Contact: bugzilla → jrgmorrison
Updated•20 years ago
|
Whiteboard: DUPEME → DUPEME (repro' on trunk?)
Updated•19 years ago
|
Assignee: jag → win32
Component: XP Toolkit/Widgets → Widget: Win32
QA Contact: jrgmorrison → ian
Version: 1.7 Branch → Trunk
Comment 6•18 years ago
|
||
This is a subset of bug 257121, the part that would be fixed by bug 338225.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME (repro' on trunk?)
Comment 7•18 years ago
|
||
Bah.
Comment 8•17 years ago
|
||
Duplicate: bug 338225 -> bug 257121, as bug 338225 was a regression which happened much later then the current bug.
No longer depends on: 257121
You need to log in
before you can comment on or make changes to this bug.
Description
•