Make WordPress Core

Opened 17 years ago

Closed 16 years ago

#4728 closed defect (bug) (invalid)

Opera: Wordpress Admin prev/next link styling makes them unclickable

Reported by: dd32's profile DD32 Owned by:
Milestone: Priority: normal
Severity: minor Version:
Component: Administration Keywords:
Focuses: Cc:

Description

Opera Browser.js file is kicking in for WP-Admin.

} else if(pathname.indexOf('wp-admin')>-1){			// 261699, Wordpress Admin prev/next link styling makes them unclickable
		addCssToDocument('.navigation{display:inline !important;} .navigation div{display:block !important;}');
			if(self==top)postError.call(opera, 'Opera has modified the JavaScript on '+hostname+' (Wordpress Admin prev/next link styling makes them unclickable). See browser.js for details');
	}

I'll leave the patching to others who have more experience with the Admin CSS (I dont want to break it for other browsers :) )

Change History (2)

#1 @kelson
16 years ago

This looks like the same problem as the one with Opera and the next/prev links in the Kubrick template. In that case, browser.js is working around a known bug in Opera <= 9.2x, which is fixed in the 9.5 beta.

I've checked the Manage Posts list on WordPress 2.3.1 with two versions of Opera, 9.24 and 9.5 beta, with JavaScript on and off.

With JavaScript on, the browser.js event fires and the links work in both.

With JavaScript off, browser.js doesn't run, so we can see how Opera handles the code without alteration. In Opera 9.24 the links are unclickable. In Opera 9.5 beta, the links work properly.

So it looks like this is the same issue. The bug is in Opera, is fixed in the next release, and has a workaround for current versions.

#2 @DD32
16 years ago

  • Keywords opera needs-patch removed
  • Milestone 2.4 deleted
  • Resolution set to invalid
  • Status changed from new to closed

closing as invalid as kelson suggests its a browser bug, rather than a WordPress issue.

Note: See TracTickets for help on using tickets.