Bug 9252

Summary: REGRESSION: Very odd roll-over issues (content disappearing)
Product: WebKit Reporter: Craig <craig>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz, mrowe
Priority: P1 Keywords: HasReduction, Regression
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://today.reuters.com/news/newsarticle.aspx?type=internetNews&storyid=2006-06-02T165045Z_01_N02222830_RTRUKOC_0_US-TELECOMS-WIRELESS-AUCTION.xml&src=rss&rpc=22
Attachments:
Description Flags
Patch hyatt: review+

Craig
Reported 2006-06-02 13:04:00 PDT
Once this page loads, rolling over any images or links causes the images or links to disappear. Once you click on a blank area, the content comes back. http://today.reuters.com/news/newsarticle.aspx?type=internetNews&storyid=2006-06-02T165045Z_01_N02222830_RTRUKOC_0_US-TELECOMS-WIRELESS-AUCTION.xml&src=rss&rpc=22
Attachments
Patch (5.94 KB, patch)
2006-06-03 08:04 PDT, mitz
hyatt: review+
mitz
Comment 1 2006-06-03 06:13:00 PDT
The problem doesn't occur when JavaScript is disabled. A search through the nightly builds points at the fix for bug 6268 as the likely cause for the regression.
mitz
Comment 2 2006-06-03 06:36:32 PDT
The offending page manages to confuse the pending stylesheet count by dynamically inserting LINK elements. With the count remaining indefinitely >0, the "not available yet" style is returned as the hover style for all elements, making them disappear on hover.
mitz
Comment 3 2006-06-03 08:04:32 PDT
Dave Hyatt
Comment 4 2006-06-03 11:56:40 PDT
Comment on attachment 8679 [details] Patch r=me
Timothy Hatcher
Comment 5 2006-06-03 13:26:48 PDT
This sounds very similar to a Colloquy hover bug that I have never been able to reproduce. Colloquy does dynamically adjust the link elements to load new stylesheets. When you hover over nicknames or other links they disappear, but it would happen after hours or minutes of everything being normal. (Or maybe they just never hovered over a link until the point it gets noticed?) A few users have reported it along with Darin and John Sullivan, but very uncommon.
Timothy Hatcher
Comment 6 2006-06-03 13:35:22 PDT
Landed in r14714.
mitz
Comment 7 2006-06-20 15:46:10 PDT
*** Bug 4500 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.