Opened 13 years ago
Last modified 13 years ago
#11614 confirmed Bug
Warnings about deprecated API usage in strict-mode
| Reported by: | Wiktor Walc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 4.0 |
| Keywords: | Cc: |
Description
Chrome reports this in developer console, when I click inside wysiwygarea:
body.scrollLeft is deprecated in strict mode. Please use 'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode.
This code do not produce any issues, however I'm not sure if users aren't scared a bit of it, for example.
Change History (2)
comment:1 Changed 13 years ago by
| Status: | new → confirmed |
|---|

cc