[wp-trac] Re: [WordPress Trac] #3731: Bookmarklet not available in Opera

WordPress Trac wp-trac at lists.automattic.com
Mon Feb 12 10:25:16 GMT 2007


#3731: Bookmarklet not available in Opera
------------------------------------+---------------------------------------
 Reporter:  kelson                  |        Owner:  anonymous
     Type:  defect                  |       Status:  new      
 Priority:  normal                  |    Milestone:  2.1.1    
Component:  Administration          |      Version:  2.1      
 Severity:  normal                  |   Resolution:           
 Keywords:  opera browser Press It  |  
------------------------------------+---------------------------------------
Changes (by DD32):

  * keywords:  opera browser => opera browser Press It
  * milestone:  2.2 => 2.1.1

Comment:

 Confirmed.[[BR]]
 Line 56 of post-new.php:[[BR]]
 [[BR]]

 {{{<?php if ( $is_NS4 || $is_gecko || $is_winIE ) { ?>}}}[[BR]]
 [[BR]]
 It doesnt check for Opera in its allowed list. Should be changed to:[[BR]]
 {{{<?php if ( $is_NS4 || $is_gecko || $is_winIE || $is_opera ) {
 ?>}}}[[BR]]
 [[BR]]
 Patch file attached for svn[[BR]]
 Milestone changed to 2.1.1 as its a validation bug[[BR]]

 D

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3731#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list