Closed
Bug 144710
Opened 23 years ago
Closed 17 years ago
Hang if invalid url tried in Open Web Location in New Tab or Current Navigator Window
Categories
(SeaMonkey :: Tabbed Browser, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: tarahim, Unassigned)
References
()
Details
(Keywords: hang, helpwanted, relnote)
Attachments
(1 file)
50.57 KB,
image/jpeg
|
Details |
2002051308 RC2 branch for MacOS9.x.
Browser.
Open Web Location.
Select New Navigator Tab.
Type the URL above, which is non-existent.
Click Open.
Result:New tab opens, but the alert that the URL could not be found is
displayed, which does not respond to OK or return key.
The hang seems for Mozilla only, and you can switch to Finder. Howerver, if you
try to force quit Mozilla, it kills entire system. Furthermore, this hang is not
detected by Talkback in subsequent Mozilla launch.
Reporter | ||
Comment 2•23 years ago
|
||
Interestingly, after this hang, the settings for sorting by date in Mail/News
messages are reset to default in the subsequent launch.
Comment 3•23 years ago
|
||
WFM Win2k 20020515 branch
Comment 4•23 years ago
|
||
WFM Linux/2002051507
Reporter | ||
Comment 5•23 years ago
|
||
bug 145140 may be ralted to this one.
*** Bug 147746 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 7•23 years ago
|
||
I have tested 2002052808 trunk for MacOSX, and the hang is reproducible.
Changing OS and Platform to All, based on bug 147746 and bug 145140.
Also adding relnote KW, since 1.0 release is approaching.
Keywords: relnote
OS: Mac System 9.x → All
Hardware: Macintosh → All
Target Milestone: --- → mozilla1.0
Comment 8•23 years ago
|
||
hirata,
The milestone field is for the assignee to set. In the future if you would like
to see a bug fixed by a particular milestone please add the milestone name in
the keyword field to suggest the nomination. Thanks.
-> Tabbed Browser for a look
Assignee: sgehani → jaggernaut
Component: XP Apps → Tabbed Browser
QA Contact: paw → sairuh
Target Milestone: mozilla1.0 → ---
Reporter | ||
Comment 9•22 years ago
|
||
1.1a for MacOS9 still showing this hang. (2002061103)
Updated•22 years ago
|
Keywords: mozilla1.1
Comment 10•22 years ago
|
||
WFM on w2k on trunk
Reporter | ||
Comment 11•22 years ago
|
||
Still happening. 2002080208 trunk for MacOS9.x.
In some of the past builds, this was happening even with Current Window, but the
current build shows this bug only with Open in New Navigator Tab.
Comment 12•22 years ago
|
||
WFM 2002072204 Linux. Appears to be Macintosh-only, although I've never seen
this on my iBook (10.1)
Hardware: All → Macintosh
Comment 13•22 years ago
|
||
Wow. Teach me not to believe somebody when they say something is going to hang.
(Opening the URL in a new tab)
OSX (10.1.5), an old 1.1b (2002-072203).
Notes: I could still minimize the window, and hit command-q for mozilla to exit
gracefully.
I would guess that this is a focus issue: mozilla is dumping the error message
to the main window...however, because this URL is supposed to be opening in a
new tab, the proggy is looking for a response there, and our input is going to a
black hole somewhere in between.
Attaching a pic of the problem, attempting to explain what I'm driving at...
-Brett
Comment 14•22 years ago
|
||
As you can see, it's attached the window itself, not the tab.
Updated•22 years ago
|
Keywords: mozilla1.2,
nsbeta1
Reporter | ||
Comment 15•22 years ago
|
||
Still causing a hang. 2002100208 trunk MacOS9.x.
Updated•22 years ago
|
QA Contact: sairuh → pmac
Comment 17•22 years ago
|
||
I'm not getting a hang on this test... I see the alert but I can dismiss it and
go about my business 1.3b/OS X 10.2.4... Is anyone who was able to reproduce
this before still able to with more recent builds?
Comment 18•22 years ago
|
||
See bug 200006.
Comment 19•22 years ago
|
||
*** Bug 200006 has been marked as a duplicate of this bug. ***
Updated•22 years ago
|
Comment 20•22 years ago
|
||
So this is where something goes wrong:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/xpfe/global/resources/content/bindings/dialog.xml&rev=1.23&root=/cvsroot#242
The setTimeout is called, but never executed.
Comment 21•22 years ago
|
||
Hrm... So this may not quite be the same bug after all... Unless we had support
for sheets on Mac OS 9? I just disabled the sheet code by changing this #if to
#if 0:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/widget/src/mac/nsMacWindow.cpp&rev=1.134&root=/cvsroot#356
This causes "normal" dialogs to appear instead of sheets, and then the OK button
works just fine.
Updated•22 years ago
|
Keywords: helpwanted
Comment 23•21 years ago
|
||
This is a long standing bug in the OS X versions.
I believe it to be reliably reproducible if the
URL domain is known (cached) to not exist, e.g.,
mozilla.or
Comment 25•17 years ago
|
||
Michael (mbm) wrote: I haven't seen this problem in some time (I currently use firefox).
=> WFM
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•