Website Navigation Bar has stopped working
Categories
(SeaMonkey :: Tabbed Browser, defect)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.15)
Attachments
(1 file, 1 obsolete file)
|
1.21 KB,
patch
|
frg
:
review+
frg
:
approval-comm-release+
frg
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
STR:
Set View to enable Website Navigation Bar
Create HTML file with:
<link rel="linkme" href="https://www.seamonkey-project.org/">
Load the HTML file
Expected result
Website navigation bar shows an enabled "More" directory
Actual result
Website navigation bar shows a disabled "More" directory
Was working in 2.53.13 but stopped working in 2.53.14
[Approval Request Comment]
Regression caused by (bug #): various backports
User impact if declined: website navigation bar no longer works
Testing completed (on m-c, etc.): 2.53.16
Risk to taking this patch (and alternatives if risky): low
String changes made by this patch: none
Code updated to the new way of checking for HTML node types.
Comment 2•3 years ago
|
||
(In reply to neil@parkwaycc.co.uk from comment #2)
Comment on attachment 9306554 [details] [diff] [review]
1803918-website_navigation-25316.patchelse if (currentNode instanceof Ci.nsIDOMElement)Surely any other references to
Ci.nsIDOMXXXshould be updated too?
That would be dealt with when bug 1455674 and bug 1458174 land.
Comment 4•3 years ago
|
||
Comment on attachment 9306554 [details] [diff] [review]
1803918-website_navigation-25316.patch
LGTM r/a=me
To go on top of patch 1406602-59a1
Comment 6•3 years ago
|
||
Comment on attachment 9311228 [details] [diff] [review]
1803918-website_navigation-v1_1-25315.patch
LGTM
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/09cb10b3a953
Website Navigation Bar has stopped working. r=frg
Comment 8•3 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/8d5f5c96e6153dcb3e93103715e4a1e036b7d3ec
Website Navigation Bar has stopped working. r=frg a=frg
Description
•