[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 79810 merged by jenkins-bot:
Update jquery.ime from upstream

https://gerrit.wikimedia.org/r/79810

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

Aude aude.w...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Aude aude.w...@gmail.com ---
Thanks Bartosz and Amir! the issue is fixed now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

--- Comment #1 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
Hmm. Special:AllPages works for me on my wiki.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

--- Comment #2 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
audeif it matters at all, i'm in chrome now
aharoniaude, Nikerabbit - true - it breaks in chrome
audeok, browser specific
audethink i found the line of code that might be a problem
audeif i comment out $( 'html' ).click( $.proxy( this.hide, this ) ); in
jquery.ime.js
audethen it seems to work
audedon't know what that is supposed to do
audewell, other than what the code comment says

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

--- Comment #3 from Aude aude.w...@gmail.com ---
issue also applies to the search box, so can occur on any page

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com

--- Comment #4 from Bartosz Dziewoński matma@gmail.com ---
That's because #hide returns false, preventing all other click handlers,
including browser's native ones, from running…

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

--- Comment #5 from Bartosz Dziewoński matma@gmail.com ---
I'd submit a patch, but it's a really annoying process for ULS.

Someone should probably just remove that return false;, in this function and
maybe a bunch of others, since they don't seem to need it either.

Or alternatively, replace that line with $( 'html' ).click( function () {
imeselector.hide() } ); to gobble up the return value and be more careful in
the future.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

--- Comment #6 from Bartosz Dziewoński matma@gmail.com ---
I submitted one after all. https://github.com/wikimedia/jquery.ime/pull/261

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

--- Comment #7 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 79810 had a related patch set uploaded by Amire80:
Update jquery.ime from upstream

https://gerrit.wikimedia.org/r/79810

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53041] Cannot click links or submit forms on special pages with an input box

2013-08-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53041

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l