Closed
Bug 304312
Opened 19 years ago
Closed 19 years ago
Clicking a file:/// link to a non-existing file shows the related XPCom error in ChatZilla
Categories
(Other Applications :: ChatZilla, defect)
Other Applications
ChatZilla
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Gijs, Assigned: Gijs)
References
()
Details
(Whiteboard: [cz-0.9.69])
Attachments
(1 file)
|
1.92 KB,
patch
|
bugzilla-mozilla-20000923
:
review+
|
Details | Diff | Splinter Review |
Steps to reproduce: 1. Execute: /echo file:///z:/this/file/does/not/exist.txt 2. Click link. 3. Panic because there's a nasty frightening XPCom error glaring at you. The browser will already show an error dialog / page (depending on browser version). It's totally unnecessary to redo that in a worse way. Fix coming up (hopefully).
| Assignee | ||
Comment 1•19 years ago
|
||
Patches problems described, and stops window.focus() from going beserk when there's a modal dialog for the window we're trying to focus. Yay for NS_ERROR_FAILURE! Ahem. Requesting review.
Assignee: rginda → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Attachment #192379 -
Flags: review?(silver)
Updated•19 years ago
|
Attachment #192379 -
Flags: review?(silver) → review+
Comment 2•19 years ago
|
||
Checked in --> FIXED.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Whiteboard: [cz-0.9.69]
You need to log in
before you can comment on or make changes to this bug.
Description
•