Rob Moen
fa3d364f3c
Fixed bug with selecting multi suggest item with the enter key.
...
No longer does selecting an item with the enter key repopulate
the drop down.
Change-Id: I372f319ba41c348d667eb3a60e2f8a7c5efad235
2012-08-23 16:18:10 -07:00
Rob Moen
f8a43c8776
Set inspector container height and width to 0 on close.
...
Addresses (Bug 38655)
Change-Id: I93076314bab521fdbc16c5441de4496c4d0b04de
2012-08-23 11:41:42 -07:00
Catrope
f948c359eb
Merge "Bug 38902 - Error on onbeforunload"
2012-08-23 17:39:44 +00:00
Catrope
85d8d1cfa6
Merge "Bug 38857 - UserAgent blacklisting"
2012-08-23 17:31:06 +00:00
Trevor Parscal
9cbc2b0fb2
Bug 38902 - Error on onbeforunload
...
Just had to make sure the surface was still around before using it.
Change-Id: I13a2f02d256937b7da3aca3ad3c3404bd8f31244
2012-08-22 14:44:03 -07:00
Trevor Parscal
b360437243
Bug 38857 - UserAgent blacklisting
...
Add ?vewhitelist to the URL to override this - useful when testing in a blacklisted browser.
Blacklist:
- msie < 9
- firefox < 11
- safari < 5
- chrome < 19
- opera *
- netscape *
- blackberry *
Change-Id: I6ebb3f7a7d56d395e5fe5c7c9129b606f97aeaab
2012-08-22 14:31:45 -07:00
Trevor Parscal
37b0b9a2f2
Bug 33175 - Copy dir and lang from #mw-content-text div to document
...
This resolves the content direction issues identified in bug 33175
Change-Id: Iaf61fb9e8ad0ba3ab70ffa00c75da4c6f01aad61
2012-08-22 14:01:38 -07:00
Translation updater bot
963a99932d
Merge "Localisation updates from http://translatewiki.net ."
2012-08-22 19:57:50 +00:00
Translation updater bot
74455888b1
Localisation updates from http://translatewiki.net .
...
Change-Id: I01ac351e671f27f8f1645c740fc0726d32df118c
2012-08-22 19:56:08 +00:00
Catrope
aae793537c
Merge "Support for <center> tag"
2012-08-22 19:54:39 +00:00
Inez Korczynski
844df5c8e6
Support for <center> tag
...
Change-Id: I0d64561dd82b8377ee7491103e81569eaca22fee
2012-08-22 12:51:33 -07:00
Trevor Parscal
d1a0d2f946
Merge "Fixing ve.log and ve.dir for IE"
2012-08-22 18:20:01 +00:00
Catrope
31fdb1044b
Fix syntax error in 9d7f4e94b5
...
Change-Id: Ia063de19bf54cb32d4a72304f3289c6c7fa669ca
2012-08-22 11:14:23 -07:00
Catrope
31bf0ea1f8
Merge "Fix ve.ce.getDomText to work with <br/> tags by making it skip not contenteditable=false but all leaf nodes."
2012-08-22 18:09:30 +00:00
Inez Korczynski
9920fb0725
Fix ve.ce.getDomText to work with <br/> tags by making it skip not contenteditable=false but all leaf nodes.
...
Change-Id: I9e728e091a3021840dac07e9601fc764e7750c49
2012-08-22 11:08:11 -07:00
Catrope
487a64c3f0
Merge "Floating toolbar fixes"
2012-08-22 18:07:23 +00:00
Christian Williams
2ad6577713
Fixing ve.log and ve.dir for IE
...
Change-Id: Ieee1aec3e6ea45f3eecdea53e3691ebe19306a33
2012-08-22 11:04:10 -07:00
Trevor Parscal
3216c2df50
Merge "IE triggers keyPress for Esc. We should not delete selected text when this keyPress happens."
2012-08-22 17:48:27 +00:00
Trevor Parscal
43e8403273
Merge "Context module cleanup."
2012-08-22 17:42:53 +00:00
Rob Moen
8e5b7fc5ce
Context module cleanup.
...
-Changed es class prefixes to ve.
-Organized Context & Inspector construction.
-Updated comments & Whitespace.
Change-Id: I4a387621e5147e72d3869ff46eef4790091442c0
2012-08-22 10:42:15 -07:00
Trevor Parscal
33abde3bcf
Merge "Now caching build params in jquery.multiSuggest."
2012-08-22 17:36:52 +00:00
Trevor Parscal
15791bef8b
Merge "Remove references to data-mw-gc"
2012-08-21 21:49:32 +00:00
Translation updater bot
18b82a814e
Localisation updates from http://translatewiki.net .
...
Change-Id: I3ef4cffe640a7d94342dd8d6db4825c46f1ec4d3
2012-08-21 20:11:40 +00:00
Rob Moen
5b73bd1b7c
Now caching build params in jquery.multiSuggest.
...
Fixes (Bug 39511)
Some code cleanup.
Change-Id: I92244c22199d08131f55bfca0c3fa49acccfd963
2012-08-21 10:40:56 -07:00
Inez Korczynski
36b733b716
Fix grammar.
...
Change-Id: Iceee6e5bf5956eb6e8917c7537207fd3fb43d103
2012-08-20 17:51:52 -07:00
Inez Korczynski
053d5ffa5f
Fix transact event handle in ve.dm.SurfaceFragment to handle array of transactions being passed as the argument (instead of just one transaction as it was before).
...
Change-Id: Ic8f26424594cbd4a89da7e4eefb825977f440786
2012-08-20 17:49:16 -07:00
Catrope
dfd78cb121
Remove references to data-mw-gc
...
data-mw-gc is ancient and unused. We do need to detect and alienate
generated nodes, but that is now based on RDFa types. Removing the
data-mw-gc stuff for now because it doesn't work anyway, will replace it
with proper detection later.
Replaced instances of data-mw-gc in the test suite with unregistered
node types.
Change-Id: If3f5898d382a436fa57929013264c53af5e840ba
2012-08-20 17:44:55 -07:00
Christian Williams
9d7f4e94b5
IE triggers keyPress for Esc. We should not delete selected text when this keyPress happens.
...
Change-Id: I8028ba960d7e7ea15e56701850cd214bacc6a232
2012-08-20 17:39:33 -07:00
Trevor Parscal
59815c2548
Merge "(bug 39512) Fix regression in I277ad5fe3f64e07c1bbf49007d6bbaecc90b7466"
2012-08-20 22:44:32 +00:00
Trevor Parscal
ceb8ac9918
Floating toolbar fixes
...
* Added more support for making dynamic skin changes in vector (based on media queries) get applied to the toolbar while it's floating
** Added animation for toolbar wrapper margins
** Added resize handler to update left and right positions on the toolbar when it's floated
* Changed from using generic "float" and "bottom" class names which are likely going to get re-used elsewhere and cause issues
Change-Id: Ic596b2b8aceb8a2d81539e197ef4d6e17326a87a
2012-08-20 15:43:47 -07:00
Catrope
1a85b48c87
(bug 39512) Fix regression in I277ad5fe3f64e07c1bbf49007d6bbaecc90b7466
...
.childNodes is live, so iterating over it ends up skipping every other
child
Change-Id: I54ac480eca8e7ed36d299d68670a97ff176f3ebd
2012-08-20 15:18:41 -07:00
Catrope
467535f1ce
Merge "Some basic link inspector style changes"
2012-08-20 19:44:54 +00:00
Trevor Parscal
7576c0fa5f
Some basic link inspector style changes
...
Some of the HTML structure in the suggestions might need to be changed to pull off pixel-perfect reproduction of the original design, but this gets us very close.
Change-Id: Ie574577af4815e4f0fc9f8a03e57759dd9dfff84
2012-08-20 12:32:42 -07:00
Translation updater bot
40d7001617
Localisation updates from http://translatewiki.net .
...
Change-Id: I3e177e5f9d9b969f0a895bbb06593dcf2980fbb3
2012-08-20 19:23:16 +00:00
Trevor Parscal
fcf4e53f14
Merge "Fix JS error about out-of-bounds selection setting"
2012-08-20 17:01:15 +00:00
Trevor Parscal
1a57e1a361
Merge "Handle uneditable nodes in ve.ce.getDomText()"
2012-08-20 16:58:13 +00:00
Trevor Parscal
6243511b4d
Merge "Losslessly compress png images"
2012-08-20 16:56:29 +00:00
Translation updater bot
6265d546b5
Localisation updates from http://translatewiki.net .
...
Change-Id: I38ced0ec8bfc5700c2914c488ab1bb3ce79a7a0a
2012-08-19 14:53:50 +00:00
Reedy
7c46bf77b8
Losslessly compress png images
...
Change-Id: Ie0b52dcb75157a35468a1cf208f85a5adc5fc98e
2012-08-18 23:12:44 +01:00
Trevor Parscal
277b0dce58
Merge "Switching proxy to bind"
2012-08-18 00:29:02 +00:00
Christian Williams
0790a3b470
Switching proxy to bind
...
This enables keyboard combos like alt-backspace and control-delete
Change-Id: I9a191977ae4ec824a9778a875e8abb706fc96a84
2012-08-17 17:27:38 -07:00
Catrope
2f31681922
Handle uneditable nodes in ve.ce.getDomText()
...
There is a TODO about this but these were never handled. This lack of
handling caused weird offset issues when editing paragraphs containing
inline aliens, because the text of the inline alien was returned.
Instead, return an appropriate number of characters so the offset logic
keeps working.
Removed the textContent||innerText code because it would bypass the
uneditable node logic: paragraphNode.textContent would return the text
of the entire paragraph (including any aliens), and we'd never descend
into the paragraph to reach the alien node.
Change-Id: Ia05755755dd5380cb9a0b5a0334c6721b4e0d3b7
2012-08-17 17:21:15 -07:00
Catrope
961d5e77ac
Fix JS error about out-of-bounds selection setting
...
Don't try to restore the selection after the removal part of
onContentChange, because the removal may have caused that selection to
now be out of bounds. We also don't need to set the selection there at
all, because the insertion does it anyway (where it is safe).
Change-Id: I7b340b18dd8efc77d1df78007161720c29866cb6
2012-08-17 17:19:00 -07:00
Trevor Parscal
32a67dc762
Merge "Multiple Transactions"
2012-08-18 00:17:39 +00:00
Christian Williams
8b9be7b99c
Multiple Transactions
...
Make ve.dm.Surface.change accept array of transactions as a parameter (instead of just one) and use it in complex content removal (handled in Surface view).
Change-Id: I453b3606cefe140db206f5a2d2c9036bcbd639c9
2012-08-17 17:17:12 -07:00
Catrope
7c39f65469
Merge "Added saving "spinner" icon to save dialog"
2012-08-17 23:15:48 +00:00
Trevor Parscal
da3aecfaee
Merge "Fix JS error for inline aliens"
2012-08-17 23:11:57 +00:00
Trevor Parscal
6a3bb91252
Added saving "spinner" icon to save dialog
...
Change-Id: Ie6ef43378b1a0a18c504efe7bb850d7c9de1bbeb
2012-08-17 16:10:14 -07:00
Catrope
2c2d7b48dc
Merge "VE multiSuggest bug fixes."
2012-08-17 22:49:16 +00:00
Trevor Parscal
b02055be0f
Fixed the text in the edit summary box being the wrong font and size
...
In Firefox at least...
Change-Id: I236902cde51ac6e25e4edc738fa4a80977d39d29
2012-08-17 15:43:49 -07:00