Bug 818094
Summary: | some text fields display blank.gif image overlaid on top of them on IE8 | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Sunil Kondkar <skondkar> | ||||||||||||
Component: | Core UI | Assignee: | John Mazzitelli <mazz> | ||||||||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||||||||
Severity: | medium | Docs Contact: | |||||||||||||
Priority: | urgent | ||||||||||||||
Version: | 4.4 | CC: | hrupp, mazz | ||||||||||||
Target Milestone: | --- | ||||||||||||||
Target Release: | RHQ 4.5.0 | ||||||||||||||
Hardware: | Unspecified | ||||||||||||||
OS: | Windows | ||||||||||||||
Whiteboard: | |||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||
Clone Of: | |||||||||||||||
: | 822678 (view as bug list) | Environment: |
Windows, IE8
|
||||||||||||
Last Closed: | 2013-09-01 10:09:35 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: | 735475, 782579, 817141, 822678 | ||||||||||||||
Attachments: |
|
Description
Sunil Kondkar
2012-05-02 08:29:42 UTC
Created attachment 581538 [details]
Screenshot
Created attachment 581539 [details]
Screenshot_FileToUpload-IE8
Created attachment 581567 [details]
Drift Creation in IE 8.0
Similar issue on New Drift creation page..
Screen shot is attached
Browser: IE 8.0.6001.18702
Few more places where the image blank.gif is observed in IE8: Timezone field on create new operation schedule page for 'Get Current Date/Time' operation. RHQ Agent->Configurations->Current page Please refer the attached screenshots. Created attachment 581600 [details]
Screenshot_TimeZone
Created attachment 581602 [details]
Screenshot_RHQAgent_Config
Lets investigate, and see if there is something hopefully simple going on here. for the record, the image URL that is coming back with a 404 is this: http://<rhq-server>:7080/coregui/org.rhq.enterprise.gui.coregui.CoreGUI/sc/skins/standard/images/blank.gif I noticed this missing image on text items that are disabled. So I googled and found that someone on the smartgwt forums reports the same thing: http://forums.smartclient.com/showthread.php?t=6514 look at post #28 for a summary of the issue and possible causes/solutions: http://forums.smartclient.com/showthread.php?t=6514&page=3 that smartgwt forum post #28 says this: "3. load order issues, where load_skin.js is loaded after the application starts. There are a few different ways to determine if this is your problem, but one is to call Page.getSkinDir() from onModuleLoad(). If the path includes "standard" your load_skin.js file hasn't loaded yet." I did that and the Page.getSkinDir returns "http://<rhq-server>:7080/coregui/org.rhq.enterprise.gui.coregui.CoreGUI/sc/skins/Enterprise/" Nothing with "standard" in it - so that probably isn't any indication of a problem. this is a bug in the SmartGWT library. as per post #30 http://forums.smartclient.com/showpost.php?p=83448&postcount=30 which was a response to post #29 http://forums.smartclient.com/showpost.php?p=83371&postcount=29 I rebuilt using the 5/16/2012 nightly build ( http://www.smartclient.com/builds/SmartGWT/3.0p/LGPL/2012-05-16 ) and I no longer see the broken image overlaid on top of a disabled text item. Not sure how to proceed. I don't think we want to ship with a nightly build. Perhaps wait for the next SmartGWT release. Note that I do not have a bug number - I just am going by the SmartGWT forum posts linked above. as per smartgwt.com website: http://www.smartclient.com/builds "The letter "p" in a version (e.g. "8.2p") indicates a patch build, containing post-release fixes only, with no new features added. These builds are a convenience relative to having to install all post-release patches, and should generally be used instead of the actual releases." so the version I tested with is the latest version Isomorphic says should be deployed in production. See the comment in reply to my post asking the question: http://forums.smartclient.com/showpost.php?p=86449&postcount=34 workarond is to add the .gif in our coregui app and see if that fixes is. the real fix would be to get the latest patch build for smartgwt but that would require alot of testing to make sure nothing else breaks. git commit to master: f8d25ac1f598f8d3441e94ee2eaa1de6b7298eb3 once we upgrade to a new SmartGWT, we should revert this since it won't be needed. To revert this, we just need to delete this blank.gif: modules/enterprise/gui/coregui/src/main/webapp/org.rhq.enterprise.gui.coregui.CoreGUI/sc/skins/standard/images/blank.gif Bulk closing of items that are on_qa and in old RHQ releases, which are out for a long time and where the issue has not been re-opened since. |