![]() |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
5.0 |
|
Assignee:
|
Unassigned |
|
Created:
|
27/Jun/13 4:18 PM
|
|
Description:
|
It is sent in info.magnolia.ui.vaadin.layout.LazyThumbnailLayout#fetchThumbnails. Before this class was changed to use a bidirectional map the "null" string came from com.vaadin.server.KeyMapper#key(). Changing it to null causes the client side to add thumbnails first in the view instead of at the bottom. This can be reproduced by resizing the browser window so not all thumbnails are visible and then switching to the list view and back. Then resize the window back and see how the new thumbnails appear at the top.
I believe this has something to do with this check in info.magnolia.ui.vaadin.gwt.client.layout.thumbnaillayout.connector.LazyThumbnailLayoutConnector#onStateChanged
if (getState().lastQueried == null) {
getWidget().reset();
}
It is probably not entered due to the value being "null" rather than null.
|
|
Fix Versions:
|
5.0.x |
|
Project:
|
Magnolia UI
|
|
Priority:
|
Neutral
|
|
Reporter:
|
Tobias Mattsson
|
|
Security Level:
|
Public |
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <
[email protected]>
----------------------------------------------------------------