Bug 53035

Summary: bidi: IDEOGRAPHIC SPACE( ) in the head of a paragraph is not displayed.
Product: [Applications] konqueror Reporter: UEKI Masaru <penetre>
Component: khtml rendererAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: kaminmat
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: modify the bug that IDEOGRAPHIC SPACE in the head of a paragraph is not displayed.
This is sample about this bug report.
This is screenshot when above sample was displaied by Konqueror and Mozilla.

Description UEKI Masaru 2003-01-15 20:34:44 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

In order that khtml deletes QChar::DirWS character in the head of a paragraph,
IDEOGRAPHIC SPACE(&#x3000;) in the head of a paragraph is not displayed.
However, other browsers(mozilla, opera, IE, etc) show it.

The patch which adds below changes so that khtml deletes
only white space characters defined by HTML specification in the head of a pragraph.
Comment 1 UEKI Masaru 2003-01-15 20:42:35 UTC
Created attachment 755 [details]
modify the bug that IDEOGRAPHIC SPACE in the head of a paragraph is not displayed.
Comment 2 Daisuke Kameda 2003-01-17 05:23:03 UTC
Created attachment 769 [details]
This is sample about this bug report.
Comment 3 Daisuke Kameda 2003-01-17 05:24:29 UTC
Created attachment 770 [details]
This is screenshot when above sample was displaied by Konqueror and Mozilla.
Comment 4 Waldo Bastian 2004-03-29 19:01:42 UTC
*** Bug has been marked as fixed ***.