Closed
Bug 1283
Opened 26 years ago
Closed 26 years ago
{inc} When style is changed on this particular element, other elements act strangely
Categories
(Core :: Layout, defect, P4)
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: angus, Assigned: joki)
References
()
Details
To recreate the problem, go to this page, and mouseover the heading titled "Real
Estate" in the right column of links. Notice how the stuff in the left column
shifts. This doesn't seem to happen when mousing over other links. RickG said it
was a layout bug when he saw it.‰
Comment 2•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Severity: normal → minor
Priority: P2 → P4
Summary: When style is changed on this particular element, other elements act strangely → {inc} When style is changed on this particular element, other elements act strangely
The test page no longer operates properly, probably due to a dom change...
I'm reassigning to erik krock to deal with getting the test updated...
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Target Milestone: M6 → M7
Comment 5•26 years ago
|
||
erik, any idea what needs to change here?
Updated•26 years ago
|
Assignee: ekrock → joki
Status: ASSIGNED → NEW
Comment 6•26 years ago
|
||
don't see the shifting described so maybe that part is fixed or
works for me in 6/10 builds, but when I click on Real Estate
I do see a crash with the stack listed below... maybe this is
now a hyatt/joki bug???
(Signature = nsDOMEvent::GetTarget bce57926)
nsDOMEvent::GetTarget
[d:\builds\seamonkey\mozilla\layout\events\src\nsDOMEvent.cpp, line 130]
XULFocusTrackerImpl::Focus
[d:\builds\seamonkey\mozilla\rdf\content\src\nsXULFocusTracker.cpp, line 218]
nsEventListenerManager::HandleEvent
[d:\builds\seamonkey\mozilla\layout\events\src\nsEventListenerManager.cpp, line
800]
XULDocumentImpl::HandleDOMEvent
[d:\builds\seamonkey\mozilla\rdf\content\src\nsXULDocument.cpp, line 2283]
GlobalWindowImpl::HandleDOMEvent
[d:\builds\seamonkey\mozilla\dom\src\base\nsGlobalWindow.cpp, line 2222]
XULDocumentImpl::HandleDOMEvent
[d:\builds\seamonkey\mozilla\rdf\content\src\nsXULDocument.cpp, line 2273]
GlobalWindowImpl::HandleDOMEvent
[d:\builds\seamonkey\mozilla\dom\src\base\nsGlobalWindow.cpp, line 2222]
nsDocument::HandleDOMEvent
[d:\builds\seamonkey\mozilla\layout\base\src\nsDocument.cpp, line 2273]
nsGenericElement::HandleDOMEvent
[d:\builds\seamonkey\mozilla\layout\base\src\nsGenericElement.cpp, line 767]
nsHTMLAnchorElement::HandleDOMEvent
[d:\builds\seamonkey\mozilla\layout\html\content\src\nsHTMLAnchorElement.cpp,
line 280]
nsEventStateManager::SendFocusBlur
[d:\builds\seamonkey\mozilla\layout\events\src\nsEventStateManager.cpp, line
1057]
nsEventStateManager::SetContentState
[d:\builds\seamonkey\mozilla\layout\events\src\nsEventStateManager.cpp, line
939]
nsHTMLAnchorElement::HandleDOMEvent
[d:\builds\seamonkey\mozilla\layout\html\content\src\nsHTMLAnchorElement.cpp,
line 292]
nsGenericElement::HandleDOMEvent
[d:\builds\seamonkey\mozilla\layout\base\src\nsGenericElement.cpp, line 784]
nsHTMLTableColGroupElement::HandleDOMEvent
[d:\builds\seamonkey\mozilla\layout\html\content\src\nsHTMLTableColGroupElement.
cpp, line 296]
nsGenericElement::HandleDOMEvent
[d:\builds\seamonkey\mozilla\layout\base\src\nsGenericElement.cpp, line 784]
nsHTMLTableColGroupElement::HandleDOMEvent
[d:\builds\seamonkey\mozilla\layout\html\content\src\nsHTMLTableColGroupElement.
cpp, line 296]
nsGenericDOMDataNode::HandleDOMEvent
[d:\builds\seamonkey\mozilla\layout\base\src\nsGenericDOMDataNode.cpp, line 721]
nsXMLCDATASection::HandleDOMEvent
[d:\builds\seamonkey\mozilla\layout\xml\content\src\nsXMLCDATASection.cpp, line
195]
PresShell::HandleEvent
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp,
[d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 833]
nsView::HandleEvent
[d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 818]
nsView::HandleEvent
[d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 818]
nsView::HandleEvent
[d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 818]
nsViewManager::DispatchEvent
[d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 1741]
HandleEvent
[d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 67]
nsWindow::DispatchEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 421]
nsWindow::DispatchMouseEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 3014]
ChildWindow::DispatchMouseEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 3
nsWindow::WindowProc
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 481]
KERNEL32.DLL + 0x3663 (0xbff73663)
KERNEL32.DLL + 0x22894 (0xbff92894) 0x00768c14
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•26 years ago
|
||
Okay, crash fixed. Not sure about the shifting part either. Since angus is
long gone and things have changed mightily since then I'm going to mark this
fixed for the crash fix and move on.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•26 years ago
|
||
I dont see the shift issue described and the crash is nolonger occuring. Marking
as Verified Fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•