[Webkit-unassigned] [Bug 82246] REGRESSION: r107883 broke loading the mobile Orange.fr site
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 11 22:43:38 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82246
--- Comment #15 from rakesh makluri <mrakesh at cordys.com> 2012-04-11 22:43:38 PST ---
Yah my problem is separate from the Wink Toolkit. Thank you for the work around. I tested with sample page it is working fine.
My assumption now is, "translate" attribute name is not going to be chagned?
Thanks & Regards
Rakesh
(In reply to comment #14)
> Oh, I think I misunderstood your earlier comment. Are you using the Wink Toolkit? It sounds like you're problem might be separate from the Wink issue.
>
> There is an ugly way to hack around the issue. You can delete the translate property from each element. For example:
>
> delete document.body.translate;
> alert(document.body.translate);
> ^^^ Now the translate property is gone.
>
> It's a bit tricky because the property is on each element rather than on the prototype chain. I'm not sure what constraints you face, but that might be one option to explore.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list