Oh, this happens only with Firebug console opened. It does not happen with built-in development tools. I'm closing this for now.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Nov 18 2015
Nov 17 2015
Nov 16 2015
Nov 13 2015
Additionally informed contextmenu plugin author about the issue https://github.com/JohnDoh/Roundcube-Plugin-Context-Menu/issues/73. The fix on contextmenu side is needed to make sure similiar errors aren't thrown in other places with the same code path.
Nov 12 2015
Nov 10 2015
Nov 9 2015
Note there's also Save as Task dialog which if contained Attachments tab would also collide. The best solution should fix both and allow extending the Save as Task dialog with Attachment tab later.
Implemented for Files, not for Mail.
Nov 8 2015
Nov 6 2015
Nov 5 2015
For me this should look like:
- User opens editing session as usual
- User clicks Save button
- Error: "You don't have permissions to save. Do you want to save a copy?"
- "Yes" opens folder selector dialog. "No" does nothing.
An API implemented (not for WebDAV).
The Chwala API for fetching writable folders has been implemented in rCcd9d0eb48a5. So, this ticket is about the Roundcube UI.
Implemented as fileapi_manticore option.
Nov 4 2015
Nov 3 2015
Yes, this is caching. The cache is updated when you log in or visit Settings > Folders.
It is already highlighted by
.calendarmain .fc-state-highlight {
background-color: rgba(244, 196, 37, 0.1);
}