Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#17341 closed defect (bug) (invalid)

Disqus plugin renders Widgets (and general admin buttons) fixed and immovable

Reported by: jasontrasaterracom's profile jason@… Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.2
Component: Administration Keywords:
Focuses: Cc:

Description

I had to disable all my plugins and reactivate them one at a time to figure out that the Disqus comments plugin messing up the Beta admin area. Can't move around widgets at all. And collapsing of admin buttons won't work either. I'm guessing you could argue that this is a Disqus problem, but it may be helpful for you to know about it.

Change History (5)

#1 @markjaquith
14 years ago

Can you find out what JS error Disqus is generating?

#2 @jason@…
14 years ago

This is what I get in Firebug:

uncaught exception: Syntax error, unrecognized expression: [href=edit-comments.php?page=disqus]

Let me know if that's helpful!

#3 @koopersmith
14 years ago

  • Resolution set to invalid
  • Status changed from new to closed

That is quite helpful. In short, it's a Disqus problem.

We recently upgraded jQuery to 1.5.2, which requires no longer allows selectors of the form [property=value]. These selectors now require quotes: [property="value"].

For this plugin, changing [href=edit-comments.php?page=disqus] to [href="edit-comments.php?page=disqus"] should rid you of the error and restore balance to the world.

#4 @ocean90
14 years ago

  • Keywords needs-testing removed
  • Milestone Awaiting Review deleted

#5 @jason@…
14 years ago

Worked like a charm! thank you!

Note: See TracTickets for help on using tickets.