Closed
Bug 304531
Opened 18 years ago
Closed 18 years ago
event.target.rel has no properties (Port fix from bug 225854)
Categories
(Toolkit :: XUL Widgets, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.8.1
People
(Reporter: philor, Assigned: philor)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
1.26 KB,
patch
|
mconnor
:
first-review+
|
Details | Diff | Splinter Review |
Looks like Firefox's feedview trips the bug 225854 problem of having tabbrowser.xml's onLinkAdded wind up looking at the original document rather than the transform, giving "event.target.rel has no properties" errors. Not surprisingly, the same "event.originalTarget.rel" fix works fine.
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #192581 -
Flags: first-review?(neil.parkwaycc.co.uk)
Comment 2•18 years ago
|
||
Comment on attachment 192581 [details] [diff] [review] patch v1 I don't think I should be reviewing a port of my own patch...
Attachment #192581 -
Flags: first-review?(neil.parkwaycc.co.uk)
Assignee | ||
Comment 3•18 years ago
|
||
Comment on attachment 192581 [details] [diff] [review] patch v1 'kay, I'll shop around.
Attachment #192581 -
Flags: first-review?(mconnor)
Comment 4•18 years ago
|
||
This happens with any pretty-printed XML document, such as http://www.squarefree.com/turing/clickToView.xml.
Updated•18 years ago
|
Attachment #192581 -
Flags: first-review?(mconnor) → first-review+
Updated•18 years ago
|
Whiteboard: [checkin needed]
Comment 5•18 years ago
|
||
Trunk: mozilla/toolkit/content/widgets/tabbrowser.xml; new revision: 1.110;
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → mozilla1.9alpha1
Comment 6•18 years ago
|
||
mozilla/toolkit/content/widgets/tabbrowser.xml 1.103.2.24
Keywords: fixed1.8.1
Target Milestone: mozilla1.9alpha1 → mozilla1.8.1
Version: unspecified → 1.8 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•