Open
Bug 48515
Opened 24 years ago
Updated 2 years ago
incorrectly getting OnStateChange notifications for chrome
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
NEW
Future
People
(Reporter: jgmyers, Unassigned)
References
()
Details
(Keywords: regression, Whiteboard: [nsbeta3-])
setenv NSPR_LOG_MODULES nsSecureBroswerUI:5
(note misspelling), make the window small and visit
https://scopus.mcom.com/bugsplat The window has to be small enough so that
loading the page will cause both the horizontal and vertical scrollbars to
appear.
Note that the nsSecureBrowserUIImpl::OnStateChange() observer is being notified
of chrome loads for the scrollbars. dougt@netscape.com says that this is a
regression.
Reporter | ||
Updated•24 years ago
|
Keywords: nsbeta3,
regression
Updated•24 years ago
|
Whiteboard: [nsbeta3-]
Reporter | ||
Comment 1•24 years ago
|
||
The spelling is now fixed:
setenv NSPR_LOG_MODULES nsSecureBrowserUI:5
No longer blocks: 31982
Comment 2•24 years ago
|
||
So should this be closed fixed?
Reporter | ||
Comment 3•24 years ago
|
||
No, the bug is still there.
Comment 4•24 years ago
|
||
we rick potts promotes the logic in psmglue to the docloader this problem will
go away. cc-ing him.
Reporter | ||
Comment 5•24 years ago
|
||
Moving to Embedding: Docshell
Component: Networking → Embedding: Docshell
Comment 6•24 years ago
|
||
John,
This is a result of psm registering via the nsIDocLoader service, can it access
a nsIDOMWindow at some point and register w/ that window instead?
Comment 7•24 years ago
|
||
moving out. although this isn't optimal, it shouldn't be hurting anything.
Target Milestone: --- → mozilla1.0
Comment 8•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 9•22 years ago
|
||
Any progress on this 2 year old bug?
Updated•15 years ago
|
Assignee: adamlock → nobody
QA Contact: adamlock → docshell
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•