Closed GoogleCodeExporter closed 8 years ago
I found a way to do this right but it is some weir:
I populate the select objects with this:
$(obj).append(new Option(text,val);
This line works with almost every browser... but when I changed with this:
$(obj).append('<option value=' + val + '>' + text + '</option>');
Everything works like charm... Why is that ???
Still doesn't work on iphone & android systems.
Original comment by hectorm...@gmail.com
on 20 Apr 2011 at 6:57
1) DDCL assumes the SELECT/OPTION structure is properly created. If you are
creating the SELECT via dynamic javascript processing rather than static html,
and you have found a difference on how the browsers handle your javascript
code, that is beyond the scope of DDCL and I cannot help. Sorry.
2) For the iPad/iPhone, it is the mobile Safari browser that chooses how to
render the scroll bars. DDCL just populates a fixed size DIV with more text
than will fit, and the browser chooses how to display the scroll bars. From
what I can tell in the Apple environment, there is NO visual indicator that the
test can scroll. But it is scrollable by using a two finger gesture rather
than a one finger gesture.
I have no access to an Android system, but I am assuming something similar is
going on.
Please view the Testing page on your Android device and confirm that DDCL is
scrollable even if no visual scroll markers are displayed. Thanks.
Original comment by womohun...@ittrium.com
on 21 Apr 2011 at 3:21
With no further details, no action can be taken.
Original comment by womohun...@ittrium.com
on 15 Jun 2011 at 1:57
I seem to have a problem with DDCL scrolling on android.
Original comment by visions....@gmail.com
on 29 Nov 2011 at 8:41
Original issue reported on code.google.com by
hectorm...@gmail.com
on 20 Apr 2011 at 6:31Attachments: