3.0 problems

8 views
Skip to first unread message

awaybbl

unread,
Jun 16, 2009, 6:52:42 AM6/16/09
to iPhoneWebDev
Have you been experiencing 3.0 problems?

In particular are you seeing differences in 2.2.1 web apps versus 3.0?

If so, what workarounds have you developed?

Sean Gilligan

unread,
Jun 16, 2009, 12:38:40 PM6/16/09
to iphone...@googlegroups.com
awaybbl wrote:
> In particular are you seeing differences in 2.2.1 web apps versus 3.0?
>
>
I've seen two significant differences since 2.2.1, so far:

1) A bug where animated GIFs were intermittently not animated seems to
be fixed
2) Copy/Paste selection can occur when/where you don't want it to appear



> If so, what workarounds have you developed?
>

Use "-webkit-user-select: none;" to disable copy/paste (selection) on
the elements where this is a problem.


-- Sean


awaybbl

unread,
Jun 16, 2009, 6:08:58 PM6/16/09
to iPhoneWebDev
@Sean,

Is it possible to set "-webkit-user-select: none;" on the whole <body>
element? Or is it <div> based?

Sean Gilligan

unread,
Jun 16, 2009, 6:20:58 PM6/16/09
to iphone...@googlegroups.com
awaybbl wrote:
> Is it possible to set "-webkit-user-select: none;" on the whole <body>
> element? Or is it <div> based?
>

You can set it on the entire body, but you risk disabling selections
that the user may actually want to perform. (e.g. copying of text, or
copy/paste in a form field.)

-- Sean

Reply all
Reply to author
Forward
0 new messages