Aleksander Machniak
3db62ce101
Fix messages list focus issue in Opera and Webkit ( #1489058 )
2013-05-03 12:14:50 +02:00
Thomas Bruederli
517dae3e74
Experimental: refactored list.js and html_table class to render lists with different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support
2013-05-03 11:38:52 +02:00
Aleksander Machniak
b099d12965
Revert fix for #1489058 because it opened another IE8 focus issue
2013-05-02 20:41:11 +02:00
Aleksander Machniak
93580fab12
Fix opened window size on small screens in browsers where height is an innerHeight (eg. Safari)
2013-05-02 09:53:47 +02:00
Aleksander Machniak
0826b2a896
Small code simplification
2013-04-30 15:17:06 +02:00
Thomas Bruederli
b620b1df08
Remove moveTo() call which causes problems in Chrome and has no real effect in other browsers ( #1488931 )
2013-04-29 11:52:20 +02:00
Aleksander Machniak
de6e22573e
Fix PDF support detection for Firefox PDF.js ( #1488972 )
2013-04-28 10:58:21 +02:00
Aleksander Machniak
d0f616c6e0
Fix messages list focus issue in Internet Explorer ( #1489058 )
2013-04-28 10:09:19 +02:00
Aleksander Machniak
8ad2c98e9d
Fix unintentional messages list jumps on click in Internet Explorer ( #1489056 )
2013-04-20 17:09:58 +02:00
Aleksander Machniak
50cc5b370f
Fix selecting collapsed rows when using selection with Shift/Ctrl key
2013-04-05 14:59:13 +02:00
Aleksander Machniak
ad827b9117
Fix selecting collapsed rows on select-all ( #1489036 )
2013-04-05 13:36:38 +02:00
Aleksander Machniak
76a98da33e
Pass event object as an argument of 'dragend' event handler
2013-04-04 13:56:08 +02:00
Aleksander Machniak
0c974b263d
Fix keyboard events on list widgets in Internet Explorer ( #1489025 ) - It was a regression in fix for #1489008
2013-03-28 20:13:39 +01:00
Aleksander Machniak
222c7de3e1
Fix errors in IE8 when opening compose page in new window
2013-03-26 20:34:12 +01:00
Aleksander Machniak
1d4c84f4d7
Remove sig_above configuration option, use reply_mode only ( #1489001 )
2013-03-26 19:36:47 +01:00
Aleksander Machniak
723f4e63aa
Refresh current folder in opener window after draft save or message sent ( #1488997 )
2013-03-26 19:16:03 +01:00
Aleksander Machniak
3ca58cd22c
Better fix for "saving draft just after entering compose window ( #1489012 )"
2013-03-26 19:06:11 +01:00
Aleksander Machniak
1f82e46502
Fix saving draft just after entering compose window ( #1489012 )
2013-03-25 19:48:01 +01:00
Aleksander Machniak
f38d15c700
Better fix for IE9 issue with document.activeElement error ( #1489008 )
2013-03-22 19:06:14 +01:00
Aleksander Machniak
39f40104f0
Fix javascript error in IE9 when loading form with placeholders into an iframe ( #1489008 )
2013-03-22 18:53:24 +01:00
Aleksander Machniak
6228e3784f
Fix javascript error when window name (for window.open()) in IE8 contains a dot
2013-03-17 12:26:01 +01:00
Aleksander Machniak
a02c77c584
Add ability to toggle between view as HTML and text while viewing a message ( #1486939 )
2013-03-15 10:30:53 +01:00
Aleksander Machniak
daddbf2555
Better handling of session errors in ajax requests - do page reload
...
on 403 Forbidden response (#1488960 )
2013-03-14 09:30:13 +01:00
Aleksander Machniak
f41edfb91f
Fix draglayer list building, so the element used as the text source can
...
contain any element, not only A tag or text node, but also e.g. span
2013-03-13 12:02:04 +01:00
Aleksander Machniak
8b771646fa
Fix so task name can really contain all from a-z0-9_- characters ( #1488941 )
2013-03-10 11:49:20 +01:00
Aleksander Machniak
32da699830
Fix javascript errors when working in a page opened with taget="_blank"
2013-03-08 08:49:57 +01:00
Aleksander Machniak
bc2c4380b5
Add attachment menu with Open and Download options ( #1488975 )
2013-03-06 11:11:37 +01:00
Aleksander Machniak
a5c9fd11ac
Small CS improvements
2013-03-05 09:04:57 +01:00
Aleksander Machniak
77f9a402db
Fix undefined msg variable error
2013-02-26 18:48:24 +01:00
Aleksander Machniak
4383e062ef
CS fixes
2013-02-26 13:35:20 +01:00
Aleksander Machniak
ffc2d09cb4
Remove UI messages from the DOM after hide/fadeOut
2013-02-24 09:33:18 +01:00
Aleksander Machniak
eafb68b321
- Fix regression in handling LDAP contact identifiers ( #1488959 )
2013-02-17 16:23:30 +01:00
Aleksander Machniak
33dc8249fd
Fix regression in copying contacts (with drag'n'drop)
2013-02-17 15:47:09 +01:00
Thomas Bruederli
d94a710e7a
Trigger and forward 'listupdate' events from list.js
2013-02-10 18:19:41 +01:00
Thomas Bruederli
d6185f3c91
Only scroll tree list of selected item isn't fully visible
2013-02-10 17:06:08 +01:00
Thomas Bruederli
e8fd39d12b
Fix inserting a new contact group when list is still empty
2013-02-05 17:30:01 +01:00
Thomas Bruederli
344943f6ce
Move some list manipulation functionality to the new treelist widget
2013-02-01 18:24:42 +01:00
Thomas Bruederli
3c309af066
- Refactored the hierarchical mailboxlist control into a separate widget class
...
- Build address book directories list as hierarchical list
- Make address book groups collapsible using the new new treelist widget
- Use encoded identifiers for address book directory list items
2013-01-31 13:49:35 +01:00
Thomas Bruederli
72e24b7a63
Catch connection timeouts on message sending form submissions
2013-01-28 20:27:27 +01:00
Thomas Bruederli
bd0daee7fd
Merge branch 'master' of github.com:roundcube/roundcubemail
2013-01-25 14:27:31 +01:00
Thomas Bruederli
6c27c3b55e
Add search box to compose address book widget ( #1488381 )
2013-01-25 14:27:25 +01:00
Aleksander Machniak
01fc82d0ef
Fix new browser window size in Chrome ( #1488931 ), make new windows smaller
2013-01-25 11:49:21 +01:00
Aleksander Machniak
55a2e5eca1
Submit Addressbook advanced search form with Enter key ( #1488568 )
2013-01-23 11:50:30 +01:00
Thomas Bruederli
1ef4033b8d
Also block remote images in HTML part view ( #1488827 )
2013-01-19 17:02:48 +01:00
Aleksander Machniak
e24eba0fc5
DOn't use deprecated jQuery.browser, CS fixes (tabs to spaces)
2013-01-18 18:22:32 +01:00
Aleksander Machniak
b5b76d2ccb
Make sure mimetypes is an array not object in a better way
2013-01-15 18:18:11 +01:00
Aleksander Machniak
0b3b66ab12
Fix "Export selected" is inactive after contact delete ( #1488906 )
2013-01-11 19:01:43 +01:00
Thomas Bruederli
38b71e7879
Better check for 'real' links on shift/ctrl clicks
2013-01-11 15:30:43 +01:00
Thomas Bruederli
64afb530a2
Fix opener check in extwin (avoid JS errors in IE when opener is gone); always close extwin, even if opener isn't available anymore
2013-01-11 15:12:33 +01:00
Thomas Bruederli
9a6c38e148
New feature to export only selected contacts from addressbook (by Phil Weir)
2013-01-11 14:39:23 +01:00