Bug 18818 - REGRESSION (3.1.1-TOT): Character order (float:left ordered after the first letter)
Summary: REGRESSION (3.1.1-TOT): Character order (float:left ordered after the first l...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 312.x
Hardware: Mac (Intel) OS X 10.5
: P1 Normal
Assignee: Nobody
URL: http://www.lemonde.fr/economie/articl...
Keywords: InRadar, NeedsReduction, Regression
Depends on:
Blocks:
 
Reported: 2008-04-30 13:35 PDT by cnep5ll3
Modified: 2008-05-08 22:10 PDT (History)
1 user (show)

See Also:


Attachments
Reduction (104 bytes, text/html)
2008-04-30 20:19 PDT, mitz
no flags Details
Add the first letter container where the first letter was, not necessarily at the beginning (48.92 KB, patch)
2008-05-08 21:50 PDT, mitz
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cnep5ll3 2008-04-30 13:35:38 PDT
Layout of characters wrong. Should be "Le" but "eL" is displayed. "L" is 'dropcap'.
I have guessed that it is a CSS problem but I don't know that logic well.

WebKit says its version is 3.1.1; the dmg filename is WebKit-SVN-R32698

I have seen this on a few other pages.

Miscellaneous additional info including image: at http://cap-lore.com/lm/
Comment 1 mitz 2008-04-30 14:05:21 PDT
<rdar://problem/5901544>
Comment 2 mitz 2008-04-30 14:29:26 PDT
Oops, this has nothing to do with :first-letter, just a float issue I guess.
Comment 3 mitz 2008-04-30 20:19:11 PDT
Created attachment 20907 [details]
Reduction

After <http://trac.webkit.org/changeset/30724>, :first-letter selects the digit 2, which is the first letter in flow, so both the 1 and the 2 end up in floats. Still, the 1 should come first.
Comment 4 mitz 2008-05-08 21:50:21 PDT
Created attachment 21031 [details]
Add the first letter container where the first letter was, not necessarily at the beginning
Comment 5 mitz 2008-05-08 22:10:18 PDT
Fixed in <http://trac.webkit.org/changeset/32992>.