[Bug 41676] IME not attached to new DOM text field

2012-11-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41676

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

--- Comment #3 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2012-11-23 11:24:19 UTC ---
Fixed in gerrit I0023aeb6, but fix was for Translate extension.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 41676] IME not attached to new DOM text field

2012-11-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41676

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2012-11-02 
08:24:21 UTC ---
I saw this when I initially added support for ULS IME in Translate. You need to
click twice (click somewhere else in between) and then it appears.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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 41676] IME not attached to new DOM text field

2012-11-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41676

--- Comment #2 from Niklas Laxström niklas.laxst...@gmail.com 2012-11-02 
08:26:54 UTC ---
Correction, I added support for Narayam, not ULS IME:
var textarea = form.find( '.mw-translate-edit-area' );
textarea.css( 'display', 'block' );
textarea.autoResize( { maxHeight: 200 } );
textarea.focus();

// Optional Narayam integration
// @todo: update to ULS when applicable
if ( $.narayam ) {
$.narayam.addInputs( form.find( 'textarea, input' ) );
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- 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