Closed
Bug 289719
Opened 20 years ago
Closed 20 years ago
[FIXr]statusbar fails to report status on mouseover until output window is selected
Categories
(Core :: DOM: Events, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.8beta2
People
(Reporter: mrmazda, Assigned: bzbarsky)
References
Details
(Keywords: regression)
Attachments
(1 file)
621 bytes,
patch
|
roc
:
review+
roc
:
superreview+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
Apparent regression window for Linux & OS/2 trunk:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2005-04-06+10%3A00%3A00&maxdate=2005-04-07+04%3A00%3A00&cvsroot=%2Fcvsroot
To reproduce,
1-Open Chatzilla & at least one channel
2-Mouseover some channel output
Actual behavior:
1-Statusbar reports "Welcome to Chatzilla!"
Expected (previous) behavior:
1-Statusbar reports status, such as timestamp and query info, or a URI
Note - once an output window has been focused with a mouse click, the statusbar
behaves as expected for that channel.
![]() |
Assignee | |
Comment 1•20 years ago
|
||
This is a regression from bug 288873. The problem is that the ESM sets its
mDocument pointer lazily for some reason I cannot fathom.
Assignee: rginda → events
Component: ChatZilla → DOM: Events
Product: Other Applications → Core
QA Contact: samuel → ian
![]() |
Assignee | |
Comment 2•20 years ago
|
||
Assignee: events → bzbarsky
Status: NEW → ASSIGNED
Attachment #180210 -
Flags: superreview?(roc)
Attachment #180210 -
Flags: review?(roc)
![]() |
Assignee | |
Updated•20 years ago
|
Severity: minor → normal
Priority: -- → P1
Summary: statusbar fails to report status on mouseover until output window is selected → [FIX]statusbar fails to report status on mouseover until output window is selected
Target Milestone: --- → mozilla1.8beta2
Comment 3•20 years ago
|
||
Is bug 289539 somehow related to this bug?
Reporter | ||
Comment 4•20 years ago
|
||
This happens in the browser too, not just CZ - must click the page before any
links show in the statusbar.
Attachment #180210 -
Flags: superreview?(roc)
Attachment #180210 -
Flags: superreview+
Attachment #180210 -
Flags: review?(roc)
Attachment #180210 -
Flags: review+
![]() |
Assignee | |
Comment 5•20 years ago
|
||
Comment on attachment 180210 [details] [diff] [review]
Silly patch
This is a very safe fix for some mouseover/hover regressions... I think we want
this for 1.8b2.
Attachment #180210 -
Flags: approval1.8b2?
![]() |
Assignee | |
Updated•20 years ago
|
Summary: [FIX]statusbar fails to report status on mouseover until output window is selected → [FIXr]statusbar fails to report status on mouseover until output window is selected
Comment 6•20 years ago
|
||
Comment on attachment 180210 [details] [diff] [review]
Silly patch
a=asa
Attachment #180210 -
Flags: approval1.8b2? → approval1.8b2+
![]() |
Assignee | |
Comment 7•20 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•