Bug 131271

Summary: Tables in RTL HTML pages are cut off
Product: [Applications] konqueror Reporter: Munzir Taha Obeid <munzirtaha>
Component: generalAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Test case as provided in bug description.

Description Munzir Taha Obeid 2006-07-24 01:54:12 UTC
Version:            (using KDE KDE 3.5.3)
Installed from:    Ubuntu Packages
OS:                Linux

Tables in RTL HTML are cut off from their left side if the text is big enough to fill the page. What should happen is as far as I can guess is to have a horizontal scrollbar. Here is a basic code that demonstrates the problem. Just Zoom in the page (Ctrl++) and there is not fourth cell!
<html dir="rtl">
<head></head>
<body>
  <table>
    <tr>
      <td>First_Row_First_Cell</td>
      <td>First_Row_Second_Cell</td>
      <td>First_Row_Third_Cell</td>
      <td>First_Row_Fourth_Cell</td>
    </tr>
  </table>
</body>
</html>
Comment 1 Martin Fitzpatrick 2007-01-12 21:33:13 UTC
Created attachment 19244 [details]
Test case as provided in bug description.
Comment 2 Martin Fitzpatrick 2007-01-12 21:33:37 UTC
I can confirm this bug on KDE 3.5.5 / Kubuntu 6.10.
Comment 3 Diego Iastrubni 2007-12-14 11:44:23 UTC
This is a duplicate of 61176. 

*** This bug has been marked as a duplicate of 61176 ***