Opened 19 years ago
Closed 18 years ago
#3051 closed enhancement (fixed)
QuickTags now work in Safari browser
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.0.6 | Priority: | low |
Severity: | trivial | Version: | 2.0.5 |
Component: | Administration | Keywords: | safari quicktags maint-candidate |
Focuses: | Cc: |
Description
The Safari browser has not behaved as expected when the QuickTags are used. A post at http://www.alexking.org/blog/2006/08/15/safari-cursor-aware/ made me look into the fact that they may now work. I've tested and it now works as expected meaning the disabling code can be removed from admin-functions.
Index: admin-functions.php =================================================================== --- admin-functions.php (revision 4106) +++ admin-functions.php (working copy) @@ -1228,8 +1228,6 @@ } function the_quicktags() { - // Browser detection sucks, but until Safari supports the JS needed for this to work people just assume it's a bug in WP - if (!strstr($_SERVER['HTTP_USER_AGENT'], 'Safari')) { echo ' <div id="quicktags"> '; @@ -1237,7 +1235,7 @@ echo ' <script type="text/javascript">if ( typeof tinyMCE == "undefined" || tinyMCE.configs.length < 1 ) edToolbar();</script> </div> '; - } else echo ' + echo ' <script type="text/javascript"> function edInsertContent(myField, myValue) { //IE support
Attachments (1)
Change History (6)
#2
@
19 years ago
- Milestone changed from 2.1 to 2.0.5
- Resolution fixed deleted
- Status changed from closed to reopened
Can we get this into 2.0.5?
#3
@
19 years ago
- Keywords maint-candidate added
- Milestone changed from 2.0.5 to 2.1
- Resolution set to fixed
- Status changed from reopened to closed
Sorry, too late for 2.0.5
Closing FIXED for trunk.
Note: See
TracTickets for help on using
tickets.
Ticket 3051 diff patch