Bug 895222
Summary: | PRD35 - [RFE] Unable to sort on columns in WebAdmin for RHEV | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | hmiles |
Component: | RFEs | Assignee: | Vojtech Szocs <vszocs> |
Status: | CLOSED ERRATA | QA Contact: | movciari |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 3.1.0 | CC: | aberezin, adevolder, amtaylor, amureini, byount, derez, dswegen, ecohen, ederevea, iheim, jentrena, juwu, jwildman, lpeer, lyarwood, mchappel, mhomolov, mkalinin, pdwyer, pstehlik, pyaduvan, rbalakri, sherold, sputhenp, ssekidde, tjamrisk, tshefi, ukar, vszocs, wburrows, yeylon |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | 3.5.0 | Flags: | sgrinber:
Triaged+
|
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | ux | ||
Fixed In Version: | ovirt-3.5.0-beta2 | Doc Type: | Enhancement |
Doc Text: |
In the Administration Portal, users can sort tables by clicking on column headers.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-02-11 17:51:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 683022, 1142923, 1156165 |
Comment 1
Itamar Heim
2013-01-15 12:24:29 UTC
*** Bug 867955 has been marked as a duplicate of this bug. *** *** Bug 816532 has been marked as a duplicate of this bug. *** *** Bug 949593 has been marked as a duplicate of this bug. *** *** Bug 981226 has been marked as a duplicate of this bug. *** *** Bug 1074310 has been marked as a duplicate of this bug. *** Marked as high prio for 3.6. (In reply to Arthur Berezin from comment #24) > Marked as high prio for 3.6. will hopefully make it already into 3.5 (there is a patch in progress -> moving to POST). Vojtech - MODIFIED? (In reply to Einav Cohen from comment #26) > Vojtech - MODIFIED? Indeed, moving to MODIFIED. note: this BZ is for the infrastructure only. do NOT re-open for specific grids/columns/etc. - re-open only if there is a major cross-GUI-sorting problem. thanks. Sweet! But Surprisingly, not all columns are sortable (SPM on hosts tab, Data Center on cluster and some more). Is this by design or I should open a new bug? Also, is that related to the browser? I am running FF22. (In reply to Marina from comment #30) > Sweet! But > Surprisingly, not all columns are sortable (SPM on hosts tab, Data Center on > cluster and some more). From developer's perspective, any existing columns must be marked as sortable within web application code in order for them to actually become sortable in the browser, as described in patch [1]. [1] http://gerrit.ovirt.org/#/c/25910/ If some column isn't sortable in the browser, the corresponding code should be modified to make that column sortable. Note that main-tab columns typically utilize server-side sorting while sub-tab columns typically utilize client-side sorting. > Is this by design or I should open a new bug? I think this is a bug, UI should be consistent in behavior across multiple columns, I think that BZ should be opened. > Also, is that related to the browser? > I am running FF22. Column sorting should be supported across all modern web browsers, including IE9 and above. Core column sort functionality is actually provided by GWT CellTable widget, which is part of standard GWT SDK. Thanks, Vojtek. I talked to Einav on the subject, and apparently there are few fields for which the sort cannot be implemented right away and to the implementation would require additional work. It is not a big deal for me. So I will not open a bug for this, until there would be a customer specific complain on the subject. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-0158.html |