Bug 17857 - <wbr> inside a position:absolute block crashes WebKit
Summary: <wbr> inside a position:absolute block crashes WebKit
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL: http://www.holidaycheck.de/laender-re...
Keywords:
: 22864 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-03-14 15:33 PDT by Eric Roman
Modified: 2008-12-15 13:40 PST (History)
2 users (show)

See Also:


Attachments
Test case to reproduce the crash (132 bytes, text/plain)
2008-03-14 15:35 PDT, Eric Roman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Roman 2008-03-14 15:33:11 PDT
This page crashes in Safari 3.1 beta:
http://www.holidaycheck.de/laender-reiseinformationen_griechenland-lid_7.html

A reduced test case for the crash is:
<html>
<style>
  .kLabel * { position:absolute; }
</style>
<div class="kLabel"><wbr></div>
</body>
</html>
Comment 1 Eric Roman 2008-03-14 15:35:05 PDT
Created attachment 19776 [details]
Test case to reproduce the crash

Crashed for me in various versions of Safari (including 3.1).
Tested on Windows XP
Comment 2 Matt Lilek 2008-03-14 16:10:40 PDT
This doesn't crash in ToT.  Probably fixed with the fix for bug 17464.
Comment 3 Eric Roman 2008-03-14 18:44:57 PDT
Actually, I found the exact CL which fixed this (in trunk)
http://trac.webkit.org/projects/webkit/changeset/30412

However the problem still remains that this is broken in the Safari 3.1 branch, should I be reporting Safari 3.1 branch bugs somewhere else?
Comment 4 Robert Blaut 2008-03-15 02:26:40 PDT
(In reply to comment #3)
> However the problem still remains that this is broken in the Safari 3.1 branch,
> should I be reporting Safari 3.1 branch bugs somewhere else?
> 

Please, file a bug report to: http://bugreport.apple.com.
Comment 5 Eric Seidel (no email) 2008-03-17 09:52:19 PDT
Fixing title and priority even though this is closed.  This bug already has a Radar associated with it: rdar://problem/5637569 (which is the original radar which prompted the fix).  But yes, Eric, if this affects your particular website, or you have other reasons to suggest that Safari should take this as part of 3.1, you'd need to talk to the Apple folks.
Comment 6 Eric Seidel (no email) 2008-03-17 09:53:34 PDT
Given that this was a crashing regression, I would be surprised if they don't fix it with 3.1.  But again, I'm not Apple.
Comment 7 Mark Rowe (bdash) 2008-12-15 13:40:08 PST
*** Bug 22864 has been marked as a duplicate of this bug. ***