Opened 17 years ago
Closed 17 years ago
#1072 closed Task (fixed)
window.getSelection() in Safari
Reported by: | Aleksey Onopriyenko | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | Safari Compatibility |
Component: | General | Version: | |
Keywords: | Cc: |
Description
window.getSelection() in Safari can return selection object with anchorNode == focusNode == null. So the related code has to be checked for this issue and be corrected.
For example, see [667]