Ticket #3386 (new bug)
Opened 2 years ago
FireFox 4 and 5 focus issue with map div
| Reported by: | ossipoff | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2.13 Release |
| Component: | general | Version: | 2.10 |
| Keywords: | focus,tabindex,firefox 4, firefox 5 | Cc: | |
| State: |
Description
I have run in to some strange behavior of FireFox 4 and 5. The behavior can be reproduced with the attached draw-feature-map-focus-problem.html example file and the guide below.
1) Open the example file in FireFox 4 and click on the "draw polygon" radio button
2) Use the TAB key on your keyboard to set focus on the map div (a focus rect appears around it)
3) Click once in the map to set the first point of the polygon. Observe that the focus rect is still there.
4) Click one more time in the map to set the next point of the polygon. Observe that the focus rect is gone!
If you wonder why I needed the focus on the map div take a look at #1027.

