[Webkit-unassigned] [Bug 26803] New: Static elements start moving when you type into an input box when page dir is rtl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 29 10:19:23 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26803

           Summary: Static elements start moving when you type into an input
                    box when page dir is rtl
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: msdawy at gmail.com
                CC: aharon at google.com


Hello,
 Please have a look at the attached page. This page has an unusual behavior.
Once you start typing into the input element, it starts moving around. There
are no scripts involved, and the behavior happens only when the page dir is
rtl.


Aharon (cc'ed) reached the attached simplified form which doesn't depend on any
external entities. The behavior is there for latest versions of both Safari and
Chrome.


Code starts here----------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Strict//EN">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<html dir="rtl">
<head>
  <style>
  TABLE {
    POSITION: relative;
  }
  .wmfcCSS {
    OVERFLOW: hidden;
    WIDTH: 100%
  }
  .wvtbCSS {
    TABLE-LAYOUT: fixed;
    WIDTH: 100%
  }
  </style>
</head>
<body>
              <table class="wmfcCSS">
                <colgroup>
                  <col style="width: 0px" />
                  <col />
                </colgroup>
                <tbody>
                  <tr>
                    <td>
                    </td>
                    <td class="wmfmCSS" id="wmfm">
                        <table class="wvtbCSS">
                          <colgroup>
                            <col />
                            <col width="1" />
                          </colgroup>
                          <tbody>
                            <tr>
                              <td class="wvlpCSS" id="wvlp">
                                <table style="width: 300px">
                                  <tbody>
                                    <tr>
                                      <td>
                                                  <input class="wirtxiCSS"
style="width: 100%" name="wsupnni" value="" />
                                      </td>
                                    </tr>
                                  </tbody>
                                </table>
                              </td>
                              <td class="wvrpCSS" id="wvrp">
                                  <img class="wvnrbCSS" width="400" />
                              </td>
                            </tr>
                          </tbody>
                        </table>
                    </td>
                  </tr>
                </tbody>
              </table>
</body>
</html>

--------------end of code


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list