Bug 9252 - REGRESSION: Very odd roll-over issues (content disappearing)
Summary: REGRESSION: Very odd roll-over issues (content disappearing)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL: http://today.reuters.com/news/newsart...
Keywords: HasReduction, Regression
: 4500 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-02 13:04 PDT by Craig
Modified: 2006-06-20 15:46 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.94 KB, patch)
2006-06-03 08:04 PDT, mitz
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Craig 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
Comment 1 mitz 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.
Comment 2 mitz 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.
Comment 3 mitz 2006-06-03 08:04:32 PDT
Created attachment 8679 [details]
Patch
Comment 4 Dave Hyatt 2006-06-03 11:56:40 PDT
Comment on attachment 8679 [details]
Patch

r=me
Comment 5 Timothy Hatcher 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.
Comment 6 Timothy Hatcher 2006-06-03 13:35:22 PDT
Landed in r14714.
Comment 7 mitz 2006-06-20 15:46:10 PDT
*** Bug 4500 has been marked as a duplicate of this bug. ***