[LRA-205] Make sure the Document and Media Tree View app is fully functional Created: 20/Mar/15 Updated: 16/Nov/15 Resolved: 16/Nov/15 |
|
| Status: | Closed |
| Project: | Liferay Apps |
| Component/s: | Document & Media Tree View |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | mcalvo | Assignee: | mcalvo |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
The app is fully documented here:
http://wiki.rivetlogic.com/display/LRA/Document+and+Media+Tree+View It's code is here: https://github.com/rivetlogic/liferay-document-and-media-treeview You must test it in the IE9+, and the latest versions of Chrome, Safari and Firefox. For information about how to test in IE9+ check this: http://wiki.rivetlogic.com/display/HR/CROffice+Setup |
| Comments |
| Comment by Jose Ross [X] (Inactive) [ 06/Jul/15 ] |
|
The application was tested in all servers and browsers and the following issues were found: CSS Problem (documented in the Wiki) In all servers after the WAR is deployed and the Document Library added to a page the custom CSS is not served to the browser causing missing icons & file previews. This problem is caused by the internal cache used by Liferay that generates a single css file to improve performance, if Liferay is started in development mode or the cache is disabled the problem is solved. In a production environment it will be required to clear the server temp files and in some cases even restart the server (glassfish & jboss). JS Problem (will be investigated) In IE10 and IE9 the tree view stops responding after a document is moved by drag & drop, the preview continues to work but the plus & less icons do nothing when clicked. |
| Comment by Jose Ross [X] (Inactive) [ 07/Jul/15 ] |
|
The JavaScript problem seems to be random, sometimes the TreeView continues to work after a short time, most of the times it can be solved by moving an element by drag & drop again. When the TreeView stops responding there are no error messages in the server log or in the browser console, when the page is loaded the following messages are shown: IE9 SCRIPT5007: Unable to get value of the property 'ancestor': object is null or undefined IE10 HTML1409: Invalid attribute name character. Attribute names should not contain ("),('),(<), or (=). |
| Comment by mcalvo [ 07/Jul/15 ] |
| Put IE9 and IE10 as known issues. Marked the app as IE11+ compatible only. |
| Comment by mcalvo [ 07/Jul/15 ] |
| The app has several issues with drag and drop functionality and with preview functionality we need a front end dev to address them. |
| Comment by mcalvo [ 16/Nov/15 ] |
|
Fixed some of the tree view issues including: Unresponsive tree view after random drag and drop. IE and Firefox bug that was duplicating the dragged element once it was dropped to a folder. IE10+ compatibility. https://github.com/rivetlogic/liferay-document-and-media-treeview/pull/6 |