Commit Graph

1996 Commits

Author SHA1 Message Date
Aleksander Machniak
c5bfe69e21 Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir 2014-06-04 18:42:57 +02:00
Thomas Bruederli
761ee4c575 Fix typo in aria-attribute 2014-06-04 16:34:30 +02:00
Thomas Bruederli
6d3ab605b1 Make autocomplete widget actually work with screen readers 2014-06-04 16:23:43 +02:00
Thomas Bruederli
72afe3153c Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines 2014-06-04 15:29:37 +02:00
Thomas Bruederli
24e89eceed Add fieldset legends and input element labels to contact edit form 2014-06-04 12:10:49 +02:00
Thomas Bruederli
f0928eac13 Fix keyboard navigation and focus/blur behavior in list widgets; register real link element as menu opener 2014-06-03 19:13:05 +02:00
Thomas Bruederli
4984078a56 Fix list keyboard navigation with toggleselect on 2014-06-03 17:51:33 +02:00
Thomas Bruederli
458af8d30a Apply accessibility improvements to the address book task 2014-06-03 14:11:13 +02:00
Aleksander Machniak
ae48735f2c Fixed set_unread_message() in multifolder mode 2014-06-03 12:29:53 +02:00
Aleksander Machniak
d28daec918 Fix so message list and counters are updated when a message is opened in new window (#1489919) 2014-06-03 12:17:39 +02:00
Aleksander Machniak
70da8c4daf Small code improvements/fixes 2014-06-03 09:52:59 +02:00
Thomas Bruederli
4582bff063 Add aria-* controls to turn tables into a listbox widget 2014-06-02 18:43:21 +02:00
Thomas Bruederli
d58c39126f Some more improvemements on content structure, text representation and keyboard navigation within the mail view 2014-06-02 16:35:12 +02:00
Aleksander Machniak
cf22cea74a Code improvements, removed redundant hasClass() calls 2014-06-02 15:45:41 +02:00
Aleksander Machniak
b408e0bc53 Display a warning if popup window was blocked (#1489618) 2014-05-30 10:53:19 +02:00
Aleksander Machniak
8dc9e36d53 Small code improvement 2014-05-30 09:29:39 +02:00
Aleksander Machniak
646b64107a Implemented Text Editor widget that integrates all operations on
textareas including HTML editor and spellchecking
2014-05-30 08:32:06 +02:00
Aleksander Machniak
5377753ccc Remove useless code for IE 2014-05-28 18:51:26 +02:00
Thomas Bruederli
8fd955eb1e Improve (message) list widget display and keyboard navigation to show sane behavior with screen readers 2014-05-28 17:34:38 +02:00
Aleksander Machniak
28bb54ead8 Enable autolink plugin in TinyMCE (#1488845) 2014-05-28 15:57:04 +02:00
Aleksander Machniak
731d190fec Merge branch 'tinymce4'
Conflicts:
	program/js/app.js
	program/js/editor.js
	program/js/tiny_mce/tiny_mce.js
	program/steps/utils/spell_html.inc
2014-05-28 15:52:30 +02:00
Aleksander Machniak
8763170d22 TinyMCE4: small improvements 2014-05-28 15:35:07 +02:00
Aleksander Machniak
f56e70bd04 TinyMCE4: Fix spellchecker resume 2014-05-28 15:19:49 +02:00
Thomas Bruederli
586ed69aa8 Add method to make a treelist widget become a jQuery UI droppable with support for auto-scrolling and auto-expanding 2014-05-28 12:38:34 +02:00
Aleksander Machniak
2441264d00 Improved folders sorting by name - use Intl.Collator if supported 2014-05-28 10:37:24 +02:00
Aleksander Machniak
90eb59adea Update to TinyMCE 4.0.28 2014-05-27 20:11:50 +02:00
Aleksander Machniak
b21f8bd3ef Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4 2014-05-27 20:08:36 +02:00
Thomas Bruederli
d0d7f43ef5 More aria-* improvements to toggle buttons and autocompletion lists 2014-05-27 19:22:11 +02:00
Thomas Bruederli
1791a1e7a2 Remove list row 'unfocused' state and keep 'selected' classes even when list loses focus. For visual distinguishing .focus tr.selected can be used 2014-05-27 17:39:26 +02:00
Thomas Bruederli
f5de03208e Replace Array.prototype.last() with jQuery.last to avoid side-effects in array iterations 2014-05-27 17:30:56 +02:00
Thomas Bruederli
d4d62ac414 Set aria-* attributes for autocompletion fields and widgets 2014-05-27 16:59:28 +02:00
Aleksander Machniak
a7dad44267 Skip setting button state (css classes, etc.) if the state didn't change
- this fixes disappearing listmode selection after clicking search reset button
2014-05-26 09:24:19 +02:00
Aleksander Machniak
10a3972313 CS fixes 2014-05-23 10:38:57 +02:00
Aleksander Machniak
899e070f8e Fix message un-selection on the list (#1489906) 2014-05-22 14:34:42 +02:00
Aleksander Machniak
8833432c61 Fix wrong set-listmode command (button) status set by getunread request 2014-05-21 18:51:43 +02:00
Aleksander Machniak
59b765d839 Don't remove links when html signature is converted to text (#1489621)
Fix so when switching editor mode original version of signature is used (#1488849)
2014-05-18 09:01:12 +02:00
Aleksander Machniak
efc470f0ac Merge branch 'dev-text2html'
Conflicts:
	program/js/app.js

Fix handling magic_quotes in rcube_text2html and rcube_html2text - move
stripslashes from these classes to action files
2014-05-17 09:27:17 +02:00
Aleksander Machniak
f1aaca6807 Improve variables scope: rcmail -> ref 2014-05-16 19:04:37 +02:00
Thomas Bruederli
eb62a816fb Merge branch 'master' of github.com:roundcube/roundcubemail 2014-05-15 17:45:22 +02:00
Thomas Bruederli
072f1aa97b Minor fixes for teelist searching 2014-05-15 17:45:16 +02:00
Aleksander Machniak
47a7833aca CS fixes 2014-05-15 13:57:18 +02:00
Thomas Bruederli
b08986f375 Small improvements to make treelist work in search-mode 2014-05-14 20:35:16 +02:00
Thomas Bruederli
1ee5d134f9 Fix invalid var pointer 2014-05-13 19:27:38 +02:00
Thomas Bruederli
e3f84735d7 Extend treelist.js with search function and saving collapse/expand states in localStorage 2014-05-13 17:48:46 +02:00
Aleksander Machniak
7d3d62e5ed Fix unintentional draft autosave request if autosave is disabled (#1489882) 2014-05-12 17:56:07 +02:00
Thomas Bruederli
5983ba959d Create treetoggle icons if necessary 2014-05-12 17:05:44 +02:00
Thomas Bruederli
782a86e497 Fix treelist keyboard navigation + assign aria-level attributes to treeitems 2014-05-12 10:42:34 +02:00
Thomas Bruederli
a2f8fa2361 Set aria-selected and aria-expanded state attributes 2014-05-12 10:32:45 +02:00
Aleksander Machniak
eda92ed4c0 Improved display of plain text messages and text to HTML conversion (#1488937)
Now instead of <pre> we use <div class="pre"> styled with monospace
font. We replace whitespace characters with non-breaking spaces where
needed. I.e. plain text is always unwrappable, until it uses format=flowed,
in such a case only flowed paragraphs are wrappable.

Also conversion of text to HTML in compose editor was modified in the same way.
2014-05-11 11:03:45 +02:00
Thomas Bruederli
93cd38af7d Avoid scrolling when list gets back focus (on invisible focus element) 2014-05-09 13:35:15 +02:00