[Bug 47019] [TUX] [IE10] Editor severely broken

2013-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47019

--- Comment #4 from Siebrand s.mazel...@xs4all.nl ---
With gerrit 58217, expected behaviors III and V are displayed. Expected
behaviors VII and IX are not observed (VI and XIII instead).

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47019] [TUX] [IE10] Editor severely broken

2013-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47019

--- Comment #5 from Siebrand s.mazel...@xs4all.nl ---
Additional information: Step 4 and 6 do display expected behavior in IE9.

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47019] [TUX] [IE10] Editor severely broken

2013-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47019

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/58287 (Gerrit Change
Ib5a7fecdf3cc42c7f5463bb03cae2326e1a3afbc)

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47019] [TUX] [IE10] Editor severely broken

2013-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47019

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

URL|https://translatewiki.net/w |https://translatewiki.net/w
   |/i.php?title=Special:Transl |/i.php?title=Special:Transl
   |ategroup=page-0-alllangua |ategroup=page-0-alllangua
   |ge=nlfilter=action=transl |ge=nlfilter=action=transl
   |ateuselang=en  |ateuselang=endebug=true

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47019] [TUX] [IE10] Editor severely broken

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

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/58217 (Gerrit Change
I05f169f8883ac7f30f38cd5cb16f3eab2fe4100c)

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


[Bug 47019] [TUX] [IE10] Editor severely broken

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

--- Comment #2 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il ---
The first two issues should be solved by
https://gerrit.wikimedia.org/r/#/c/58217/

The issue with the pop-up on closing and reloading probably has something to
with the .on( 'input propertychange', function () etc. bindings on the textarea
in ext.translate.editor.js. There are two of them for some reason and they are
doing strange things with the mw.translate.dirty flag.

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


[Bug 47019] [TUX] [IE10] Editor severely broken

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |santhosh.thottingal@gmail.c
   |org |om

--- Comment #3 from Santhosh Thottingal santhosh.thottin...@gmail.com ---
IE9 does not support oninput. So we used propertychange, but that will get
triggered not only in content change, but in some DOM changes too. That might
be the cause for wrong dirty bits. IE 9+ support oninput but it is buggy- does
not detect text removal etc. So we need to write a cross browser event for
this. That should fix all issues(3 to 6). Working on it.

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