Bug 880267
| Summary: | Ticket-monster demo CSS issue in IE10, non compat mode | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss Enterprise WFK Platform 2 | Reporter: | Karel Piwko <kpiwko> | ||||||
| Component: | TicketMonster, Examples | Assignee: | Vineet Reynolds <vpereira> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Oliver Kišš <okiss> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 2.1.0 | CC: | bsutter, maschmid, mnovotny, oskutka, pmuir, rruss | ||||||
| Target Milestone: | CR1 | ||||||||
| Target Release: | 2.3.0 | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-07-16 11:33:08 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Karel Piwko
2012-11-26 15:34:03 UTC
Created attachment 652017 [details]
IE9 screenshot
Created attachment 652018 [details]
IE10 screenshot
Is there any upstream issue for this? Please file if doesn't exist and link it here Vineet Reynolds <vineet.reynolds> made a comment on jira JDF-182 This is due to a combination of the use of box-shadow effects on the menu item, and the Twitter Bootstrap collapse plugin. Needs a bit more work to fix it - we could either remove the effect, or replace it with an equivalent. Vineet Reynolds <vineet.reynolds> updated the status of jira JDF-182 to Coding In Progress Vineet Reynolds <vineet.reynolds> updated the status of jira JDF-182 to Resolved Vineet Reynolds <vineet.reynolds> made a comment on jira JDF-182 Pushed upstream https://github.com/jboss-jdf/ticket-monster/commit/546c40b6f23526aee68ee4bf347e1225b274ae59 Tracked this as MSIE10 bug: http://connect.microsoft.com/IE/feedback/details/763388/repaint-problem-with-dynamically-resizing-box-shadow Unfortunately, the workaround proposed at Microsoft Connect did not work in the Twitter Bootstrap collapse plugin: {noformat} this.$parent[0].style.zoom = 1 {noformat} since reflow was presumably triggered too early. Removed the box-shadow effect through a MSIE media query hack. The shadow is retained for all browsers (read Firefox, Chrome etc.) except for MSIE9 and 10. the fix is in TiMo now http://git.app.eng.bos.redhat.com/?p=wfk/ticket-monster.git;a=commitdiff;h=1c13fdfc0a848d2bff0c6b19cf38eab6db812c49 Verified |