-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
focus ring of image map within modal gets displayed in wrong place in Chrome #16180
Comments
Hi @adityashankert! You appear to have posted a live example (http://jsbin.com/henuyoliyi/1/edit), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Hi @adityashankert! You appear to have posted a live example (http://jsbin.com/wofecilodo/1/edit), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
|
@cvrebert added all the required details and upgraded bootstrap |
Reposting to force revalidation: http://jsbin.com/meyejikife/1/edit?html,output |
Hi @cvrebert! You appear to have posted a live example (http://jsbin.com/meyejikife/1/edit), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
@adityashankert To clarify, when you say "border", are you referring to the |
@cvrebert yes exactly |
This would appear to be a bug in WebKit/Blink. |
Tweaked the fiddle to get rid of the lint and combine the examples: http://jsbin.com/tufoye/1/edit |
Filed WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=143527 |
Filed Chrome bug: https://code.google.com/p/chromium/issues/detail?id=475128 |
Add Wall of Browser Bugs entries for #16180
great man you guys rock !! |
good work guys.. thanks a lot |
Fixed in WebKit: http://trac.webkit.org/changeset/199247 |
Remove its entry from the Wall of Browser Bugs. Refs #16180 [skip sauce]
Remove its entry from the Wall of Browser Bugs. Refs #16180 [skip sauce]
if i click on image map then the border should be surrounding the image map area but if the image map is on modal the border is getting displayed at different place.
http://jsbin.com/meyejikife/1/edit?html,output -- image map on modal
http://jsbin.com/xekupejite/2/edit?html,output -- image map on normal page
browser - chrome
os - centos
The text was updated successfully, but these errors were encountered: