Bug 1071322
| Summary: | [Admin Portal] Left-pane tree not uncollapsed to previous width after web page refresh with button click | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Jiri Belka <jbelka> |
| Component: | ovirt-engine-webadmin | Assignee: | Alexander Wels <awels> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.4 | CC: | ecohen, gklein, iheim, mgoldboi, pstehlik, rbalakri, yeylon |
| Target Milestone: | --- | ||
| Target Release: | 3.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | ux | ||
| Fixed In Version: | ovirt-3.5.0-alpha1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-10-17 12:22:22 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | UX | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jiri Belka
2014-02-28 13:38:51 UTC
Both Firefox and IE. Setting target release to current version for consideration and review. please do not push non-RFE bugs to an undefined target release to make sure bugs are reviewed for relevancy, fix, closure, etc. This is an automated message. Re-targeting all non-blocker bugs still open on 3.4.0 to 3.4.1. medium severity issue - setting Target Release to 3.5. @Alexander - please discuss with me if you think that this is worthy backport to 3.4 I will have to review the TCSM case again, but I know I specifically mentioned this would happen. I am pretty sure we even have a case testing that this exact thing happens. In other words this is doing exactly what we are expecting it to do. The reason for this is the following: 1. We collapse the system tree, and thus we store the width as 0 in the browser storage. 2. We specifically refresh the entire page and thus we lose the previous size information in memory of the browser. 3. Since the stored width is 0 and the original size is lost due to the refresh, we have to set the expanded size to the default size. So all in all this is expected and designed behavior and thus not a bug. Jiri I want to close this as a wontfix/worksasdesigned. after discussing with Alex: we will improve the behavior so that the last expanded panel width is persisted across sessions; note that expanded width = max(width of the panel, 100px [or another width that we will set as minimal expanded width]) due to a technical limitation, it is difficult to keep the expanded width before manual dragging, however the behavior will be reasonable. ok, ovirt-engine-webadmin-portal-3.5.0-0.0.master.20140629172257.git0b16ed7.el6.noarch tried both with FF and IE10. oVirt 3.5 has been released and should include the fix for this issue. |