https://bugzilla.wikimedia.org/show_bug.cgi?id=48692

Krinkle <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |WORKSFORME

--- Comment #2 from Krinkle <[email protected]> ---
I tested with url http://jsfiddle.net/gsAGZ/embedded/result/

http://jsfiddle.net/gsAGZ/

> -- HTML
> <input type=number value=5000>
> <pre>--</pre>
> -- JS
> $('input').on('change blur click', function () {
>     $('pre').text(this.value);
> });

In Chrome 26, type=number is supported and displayed and submitted without any
separators.

In Safari 4.0 (Mac OS X Snow Leopard, BrowserStack), input=number is not
supported and is treated like a regular text input.

In Safari 5.0 (Mac OS X Snow Leopard, BrowserStack), input=number is supported
and is displayed and submitted without any separators.

In Safari 5.1 (Mac OS X Snow Leopard, BrowserStack), input=number is supported
and is displayed with separators and submitted without any separators.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to