Bug 618656
Summary: | Paging on ResourceHub does not work on IE6 / XP-SP3 | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Heiko W. Rupp <hrupp> | ||||
Component: | Core UI | Assignee: | Joseph Marques <jmarques> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Sudhir D <sdharane> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 3.0.0 | CC: | cwelton, jmarques, sdharane | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | 2.4 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-08-12 16:47:50 UTC | Type: | --- | ||||
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: | 601949 | ||||||
Attachments: |
|
Description
Heiko W. Rupp
2010-07-27 13:37:56 UTC
Created attachment 434735 [details]
patch to resolve pagination and search execution bugs
For IE6, revert back to a standard h:inputText element instead of the new SearchBar (thus, IE6 will not support search suggestions or saved searches). This eliminates the javascript error bubbling up from the SmartGWT library, which prevents further interaction on the page from succeeding (clicking the go button as well as pagination).
commit 1fa4fa83c8c3a805a04ca35c2c9586e4675bd903 (release-3.0.0) Author: Joseph Marques <joseph> Date: Tue Jul 27 15:28:50 2010 -0400 BZ-616656: BZ-601189: fix searching and pagination on IE6 Works now on IE6.0.2900.5512.xpsp3_gdr, as well as on Safari5/OS X, FF3/WinXP and IE8.0.6001.1870 Have regression tested this on IE7. QA Verifying, though other issue(s) (bug #619110) found. QA verifying this one, though... Mass-closure of verified bugs against JON. |