Closed Bug 940613 Opened 12 years ago Closed 7 years ago

[b2g] <form oninput="..."> is not connecting <input type="range"> to <output>

Categories

(Firefox OS Graveyard :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ac, Unassigned)

Details

Attachments

(1 file)

14.00 KB, application/x-zip-compressed
Details
Attached file webapp-debug.zip
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release) Build ID: 20131111154639 Steps to reproduce: A plain HTML page with the code: <form oninput="amount.value=viszoom.value"> <input id="slide" name="viszoom" type="range" min="0" max="100" /> <output name="amount" for="viszoom">0</output> </form> Does not properly connect the two values. The innerHTML of <output> should change as the input 'thumb' is moved around. The attached zip file is a web app that shows the issue. Bug 793553 sounds similar but claims to have been resolved. Actual results: On firefox 26.0 it works fine. Does not work in simulators 1.2 and 1.3 (2013-11-07) or on a device 1.2 (2013-10-28). Expected results: The value of the output should change as the slider is moved around.
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: