Closed
Bug 361458
Opened 18 years ago
Closed 18 years ago
Opening bookmark in sidebar results in XML Parsing Error
Categories
(Firefox :: Bookmarks & History, defect)
Firefox
Bookmarks & History
Tracking
()
VERIFIED
FIXED
Firefox 3 alpha1
People
(Reporter: wgianopoulos, Assigned: philor)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Opening a bookmark in the sidebar results in:
XML Parsing Error: undefined entity
Location: chrome://browser/content/web-panels.xul
Line Number 33, Column 7: <menuitem id="spell-no-suggestions"
------^
This is a regression between Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061120 Minefield/3.0a1 ID:2006112004 [cairo] and Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20061121 Minefield/3.0a1 ID:2006112105 [cairo]
Reporter | ||
Updated•18 years ago
|
Summary: Opening bookmark in sidebar results in XML PArsing Error → Opening bookmark in sidebar results in XML Parsing Error
Assignee | ||
Comment 1•18 years ago
|
||
I wouldn't be surprised if there are more things that are not-right thanks to things missing from browser-doctype.inc, but including the whole thing causes lots of other troubles, and this is enough for this bug.
Assignee: nobody → philringnalda
Status: NEW → ASSIGNED
Attachment #246251 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•18 years ago
|
Reporter | ||
Comment 2•18 years ago
|
||
(In reply to comment #1)
> Created an attachment (id=246251) [edit]
> Fix v.1
>
This patch fixes the issue for me.
Comment 3•18 years ago
|
||
Comment on attachment 246251 [details] [diff] [review]
Fix v.1
This is fine for now, I guess, though it would be good to file a bug about including browser-doctype.inc if one's not already filed. (CC mano and I)
Attachment #246251 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 4•18 years ago
|
||
Bug 361689 filed.
browser/base/content/web-panels.xul 1.19
done
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 5•17 years ago
|
||
*** VERIFIED
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b3) Gecko/2008020514 Firefox/3.0b3 ID:2008020514
-Mike
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•