Closed Bug 771173 Opened 12 years ago Closed 12 years ago

scrollLeft, scrollWidth doesn't work on Firefox 13.0.1/Linux AMD64

Categories

(Core :: DOM: Core & HTML, defect)

13 Branch
x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 293186

People

(Reporter: vadim, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1
Build ID: 20120615233552

Steps to reproduce:

This is how to reproduce:
<!DOCTYPE html>
<html>
    <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <script type="text/javascript">
            function test(obj){
                console.log('Scroll left = ' + obj.scrollLeft);
            }
        </script>
    </head>
    <body>
        <div>TODO write content</div>
        <form>
            <input type="text" id="id" onkeydown="test(this)" />
        </form>
    </body>
</html>



Actual results:

I've got:
 Scroll left = 0


Expected results:

Should be: 
  Scroll left = Number
This is same as Bug 476829.
And it is duplication of bug 293186
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.