Revision: 10423 http://sourceforge.net/p/languagetool/code/10423 Author: gulp21-1 Date: 2013-07-05 20:30:46 +0000 (Fri, 05 Jul 2013) Log Message: ----------- [extension/fx] set panel position (fx 23+)
Modified Paths: -------------- trunk/extension/firefox/CHANGES trunk/extension/firefox/TODO trunk/extension/firefox/lib/main.js Modified: trunk/extension/firefox/CHANGES =================================================================== --- trunk/extension/firefox/CHANGES 2013-07-05 19:56:15 UTC (rev 10422) +++ trunk/extension/firefox/CHANGES 2013-07-05 20:30:46 UTC (rev 10423) @@ -1,5 +1,6 @@ 0.4 (xx/09/2013, LT 2.3) -- support for xx has been added to LanguageTool +- if the panel is opened through the context menu or a keyboard shortcut it is shown in the bottom right corner instead of the center of window +- support for xx has been added to LanguageTool [update prefs] - new translations for xx - updated translations for xx @@ -10,7 +11,6 @@ - new translations for Italian and Chinese - updated translations for Esperanto and Ukrainian - 0.2 (23/03/2013, LT 2.1) - possibility to check selection or text field using a context menu item - updated detection of speller rules (esp. German) Modified: trunk/extension/firefox/TODO =================================================================== --- trunk/extension/firefox/TODO 2013-07-05 19:56:15 UTC (rev 10422) +++ trunk/extension/firefox/TODO 2013-07-05 20:30:46 UTC (rev 10423) @@ -1,5 +1,3 @@ -- panel opened through context menu should have a sensible position (https://bugzilla.mozilla.org/show_bug.cgi?id=669523) - - password fields (type="password") should probably not be send to the server at all, for privacy reasons and because it doesn't make sense anyway Modified: trunk/extension/firefox/lib/main.js =================================================================== --- trunk/extension/firefox/lib/main.js 2013-07-05 19:56:15 UTC (rev 10422) +++ trunk/extension/firefox/lib/main.js 2013-07-05 20:30:46 UTC (rev 10423) @@ -162,6 +162,10 @@ onHide: function () { panel.port.emit("setText", PLEASEWAITWHILECHECKING); }, + position: { + right: 0, + bottom: 0 + }, width: 330, heigth: 250 }); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Languagetool-commits mailing list Languagetool-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/languagetool-commits