Modify ↓
Ticket #1816 (closed bug: worksforme)
On Safari $(document.body).text() does not work
| Reported by: | Calvin | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2.2 |
| Component: | core | Version: | 1.2.1 |
| Keywords: | safari text() | Cc: | wmbdmw@… |
| Blocking: | Blocked by: |
Description
On Safari Windows version (3.0.3)
$(document.body).text(), $('body').text() does return anything.
I do not know about Mac Safari.
Attachments
Change History
Changed 5 years ago by davidserduke
-
attachment
jquery_test.html
added
comment:1 Changed 5 years ago by davidserduke
- Status changed from new to closed
- Resolution set to worksforme
I just tried this with Safari 3.0.4 Win (with the attached test case) and it works for me. I'm not sure if you can even get 3.0.3 anymore. If someone feels there is still a problem please reopen the bug with an explaination and upgraded test case if necessary.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

test case (built based on description)