Closed
Bug 548599
Opened 16 years ago
Closed 16 years ago
opentochoice language selector unusable in mobile browsers
Categories
(Websites Graveyard :: opentochoice.org, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marcoos, Unassigned)
Details
Attachments
(1 file)
The language selector transformed from a normal HTML <select> element into a jquery-driven widget is hardly usable under iPhone/iPod touch Safari (you need to scroll with two fingers to get to a language down the list - nobody ever does that) and probably under other browsers that have issues with CSS overflow: scroll.
I also heard reports of this issue appearing on Android WebKit browsers, though cannot verify it myself due to the lack of an Android device (a friend of mine who owns an Android phone says he can only switch to Bosnian with this selector).
I have similar problems using Fennec on OS X, so probably it's broken on a N900, too.
The selectstyle method should only be applied to <select> elements when the page is viewed with a desktop browser. Mobile browsers should get plain HTML <select> element.
We should also evaluate using CSS 3 to style form elements instead of jquery hacks.
| Reporter | ||
Updated•16 years ago
|
Summary: opentochoice language selector unusable in mobile WebKit browsers → opentochoice language selector unusable in mobile browsers
Updated•16 years ago
|
Whiteboard: [0.75][1.0?]
Updated•16 years ago
|
Priority: -- → P2
Updated•16 years ago
|
Whiteboard: [0.75][1.0?]
Comment 1•16 years ago
|
||
Marek,
validation added in order to detect mobile devices. (For such devices the custom select style won't be applied).
PD: Skinning select boxes with CSS2.1/CSS3.0 is very limited and not cross browser compatible, thereby is something we can't consider at this time.
thank you,
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 2•16 years ago
|
||
Hi Andres: what was the rxxxx #? Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•