[Webkit-unassigned] [Bug 276941] New: Web Inspector: Highlight the areas on image with have map/area elements construct

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 23 02:44:27 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=276941

            Bug ID: 276941
           Summary: Web Inspector: Highlight the areas on image with have
                    map/area elements construct
           Product: WebKit
           Version: Other
          Hardware: All
               URL: https://www.seatguru.com/airlines/United_Airlines/Unit
                    ed_Airlines_Boeing_737-800_C.php
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Steps to reproduce:

1. Go to https://www.seatguru.com/airlines/United_Airlines/United_Airlines_Boeing_737-800_C.php
2. Open Web Inspector / Elements Tab
3. Head to #seatmap
4. click on one of the area elements 

Result:
Nothing is visible on the Web page

Expected:
It would be great if the specific area of the image could be highlighted so we know which one is being processed.

The markup is:

```
<map id="seatmap" name="seatmap">
       <area shape="rect" coords="133,221,164,265" alt=""> 
       <area shape="rect" coords="163,221,194,265" alt=""> 
       <area shape="rect" coords="231,221,262,265" alt=""> 
       <area shape="rect" coords="261,221,291,265" alt=""> 
       …
</map>
```

Note that the map element is not highlighted either as it is dimensionless.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240723/d261c56c/attachment-0001.htm>


More information about the webkit-unassigned mailing list