Commit Graph

1305 Commits (ba5c53e5c3894bcbbc33dfd3271583e44c35de25)

Author SHA1 Message Date
Aleksander Machniak 20ac879b4b Fix so list record identifier can be '0' 12 years ago
Aleksander Machniak 1f2699675d Fix mouse selection on autocomplete lists 12 years ago
Aleksander Machniak a5fe9a651f Small code improvements and cleanup 12 years ago
Thomas Bruederli 5f7ef8f95d Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli bf33799377 Navigate with arrow keys only in treelist widgets; fix keyboard event detection in IE; new text label to help screen readers 12 years ago
Aleksander Machniak 64f7d6758f Select/scroll to previously selected message when returning from message page (#1489023) 12 years ago
Aleksander Machniak 4f3f3b47e2 Fix regression where html code is sent as plain text (#1488649) 12 years ago
Thomas Bruederli 7fafb4d0d2 Remove leftover from merge; set alt text for contact photo 12 years ago
Thomas Bruederli 99cdca46b7 Merge branch 'dev-accessibility'
Conflicts:
	program/include/rcmail_output_html.php
	program/js/app.js
	program/js/treelist.js
	program/lib/Roundcube/html.php
	skins/larry/styles.css
	skins/larry/templates/compose.html
12 years ago
Aleksander Machniak c5bfe69e21 Improved video support, all tinymce related resources moved to program/js/tinymce/roundcube dir 12 years ago
Thomas Bruederli 761ee4c575 Fix typo in aria-attribute 12 years ago
Thomas Bruederli 6d3ab605b1 Make autocomplete widget actually work with screen readers 12 years ago
Thomas Bruederli 72afe3153c Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines 12 years ago
Thomas Bruederli 24e89eceed Add fieldset legends and input element labels to contact edit form 12 years ago
Thomas Bruederli f0928eac13 Fix keyboard navigation and focus/blur behavior in list widgets; register real link element as menu opener 12 years ago
Thomas Bruederli 4984078a56 Fix list keyboard navigation with toggleselect on 12 years ago
Thomas Bruederli 458af8d30a Apply accessibility improvements to the address book task 12 years ago
Aleksander Machniak ae48735f2c Fixed set_unread_message() in multifolder mode 12 years ago
Aleksander Machniak d28daec918 Fix so message list and counters are updated when a message is opened in new window (#1489919) 12 years ago
Aleksander Machniak 70da8c4daf Small code improvements/fixes 12 years ago
Thomas Bruederli 4582bff063 Add aria-* controls to turn tables into a listbox widget 12 years ago
Thomas Bruederli d58c39126f Some more improvemements on content structure, text representation and keyboard navigation within the mail view 12 years ago
Aleksander Machniak cf22cea74a Code improvements, removed redundant hasClass() calls 12 years ago
Aleksander Machniak b408e0bc53 Display a warning if popup window was blocked (#1489618) 12 years ago
Aleksander Machniak 8dc9e36d53 Small code improvement 12 years ago
Aleksander Machniak 646b64107a Implemented Text Editor widget that integrates all operations on
textareas including HTML editor and spellchecking
12 years ago
Aleksander Machniak 5377753ccc Remove useless code for IE 12 years ago
Thomas Bruederli 8fd955eb1e Improve (message) list widget display and keyboard navigation to show sane behavior with screen readers 12 years ago
Aleksander Machniak 28bb54ead8 Enable autolink plugin in TinyMCE (#1488845) 12 years ago
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
12 years ago
Aleksander Machniak 8763170d22 TinyMCE4: small improvements 12 years ago
Aleksander Machniak f56e70bd04 TinyMCE4: Fix spellchecker resume 12 years ago
Thomas Bruederli 586ed69aa8 Add method to make a treelist widget become a jQuery UI droppable with support for auto-scrolling and auto-expanding 12 years ago
Aleksander Machniak 2441264d00 Improved folders sorting by name - use Intl.Collator if supported 12 years ago
Aleksander Machniak 90eb59adea Update to TinyMCE 4.0.28 12 years ago
Aleksander Machniak b21f8bd3ef Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4 12 years ago
Thomas Bruederli d0d7f43ef5 More aria-* improvements to toggle buttons and autocompletion lists 12 years ago
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 12 years ago
Thomas Bruederli f5de03208e Replace Array.prototype.last() with jQuery.last to avoid side-effects in array iterations 12 years ago
Thomas Bruederli d4d62ac414 Set aria-* attributes for autocompletion fields and widgets 12 years ago
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
12 years ago
Aleksander Machniak 10a3972313 CS fixes 12 years ago
Aleksander Machniak 899e070f8e Fix message un-selection on the list (#1489906) 12 years ago
Aleksander Machniak 8833432c61 Fix wrong set-listmode command (button) status set by getunread request 12 years ago
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)
12 years ago
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
12 years ago
Aleksander Machniak f1aaca6807 Improve variables scope: rcmail -> ref 12 years ago
Thomas Bruederli eb62a816fb Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli 072f1aa97b Minor fixes for teelist searching 12 years ago
Aleksander Machniak 47a7833aca CS fixes 12 years ago