Bug 131271 - Tables in RTL HTML pages are cut off
Summary: Tables in RTL HTML pages are cut off
Status: RESOLVED DUPLICATE of bug 61176
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-24 01:54 UTC by Munzir Taha Obeid
Modified: 2007-12-14 11:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Test case as provided in bug description. (240 bytes, text/html)
2007-01-12 21:33 UTC, Martin Fitzpatrick
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***