Bug 671906

Summary: Left menu completely blocked by jQuery problem
Product: [Fedora] Fedora Reporter: Adrian Offerman <aad>
Component: gwibberAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 13CC: mavit, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-12 10:54:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Work around undefined event exception none

Description Adrian Offerman 2011-01-22 20:53:27 UTC
Description of problem:

The menu on the left is not working at all. I can switch to "Search" at the bottom using the top menu (which is working without any problem). But I cannot use the left menu to select another view.

Seems to be a problem in a JQuery call from the user interface. Here is the message I get:
** Message: console message: file:///usr/share/gwibber/ui/templates/jquery.js @54: TypeError: Result of expression 'a.type' [undefined] is not an object

Version-Release number of selected component (if applicable):

version 2.33.0.

How reproducible:

Problem is permanent and the same for every menu item I click.

Comment 1 Peter Oliver 2011-02-20 17:20:30 UTC
Created attachment 479784 [details]
Work around undefined event exception

This starts working again if you revert to webkitgtk-1.2.5-1.  Since this bug does not appear on Fedora 14, I imagine that it is also fixed in the newer versions of webkitgtk found there.

Meanwhile, the attached patch against http://code.jquery.com/jquery-1.4.1.js seems to work around the problem.  N.B., this is a hack!  I have made no attempt to understand what is going on.

Comment 2 Adrian Offerman 2011-03-12 10:54:52 UTC
Tried both the revert and the patch (individually). Both working here. Tnx!