Bug 76078 - [testcase] first-letter attribute not properly rendered when text-transform is used
Summary: [testcase] first-letter attribute not properly rendered when text-transform i...
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: unspecified
Platform: Mandrake RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 87724 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-24 23:45 UTC by Cédric De Wilde
Modified: 2005-01-15 00:22 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
test case (680 bytes, text/html)
2004-02-24 23:46 UTC, Cédric De Wilde
Details
real test-case (704 bytes, text/html)
2004-02-24 23:58 UTC, Cédric De Wilde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric De Wilde 2004-02-24 23:45:53 UTC
Version:            (using KDE KDE 3.2.0)
Installed from:    Mandrake RPMs
OS:          Linux

When using the first-letter attribute with text-transform (capitalize,uppercase or lowercase), rendering is not correct, the whole content of the tags got the attibutes of the first-letter
Comment 1 Cédric De Wilde 2004-02-24 23:46:58 UTC
Created attachment 4870 [details]
test case
Comment 2 Cédric De Wilde 2004-02-24 23:58:28 UTC
Created attachment 4871 [details]
real test-case

error with the previous
Comment 3 Matt Westgate 2004-08-09 18:32:08 UTC
I can reproduce this bug using KDE 3.2.3 and FreeBSD 4.9
Comment 4 Stephan Kulow 2004-08-09 18:44:06 UTC
I can on my system
Comment 5 David Ammouial 2004-08-20 11:27:14 UTC
The same bug shows up with Konqueror3.3 / KDE3.3 on a Debian (sid) system.
Comment 6 Stephan Kulow 2004-08-22 17:10:49 UTC
*** Bug 87724 has been marked as a duplicate of this bug. ***
Comment 7 Germain Garand 2004-10-07 18:44:31 UTC
CVS commit by ggarand: 

various pseudo-elements fixes

CCMAIL: 76078-done@bugs.kde.org, 90917-done@bugs.kde.org


  M +13 -0     ChangeLog   1.292
  M +90 -57    rendering/render_block.cpp   1.44
  M +1 -0      rendering/render_block.h   1.19
  M +2 -1      rendering/render_object.h   1.194
  M +57 -3     rendering/render_text.cpp   1.252
  M +31 -2     rendering/render_text.h   1.116
  M +2 -1      xml/dom_nodeimpl.h   1.161



Comment 8 Vincent Ricard 2005-01-03 13:16:58 UTC
Bug is still present in cvs HEAD for me: The text is displayed twice (tested with the attachment).
Comment 9 Stephan Kulow 2005-01-13 14:14:58 UTC
works for me.
Comment 10 Shift 2005-01-15 00:22:07 UTC
Now it works but there is another problem.
When you zoom the testcase, the first-letter don't grow and stay at the same size :(