Bug 257764 - Web Inspector: Color swatch shouldn't show tooltip when read-only
Summary: Web Inspector: Color swatch shouldn't show tooltip when read-only
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Trivial
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-06-06 14:55 PDT by Anuj Panta
Modified: 2023-06-09 15:03 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anuj Panta 2023-06-06 14:55:57 PDT
In web inspector the InlineSwatch class used to create color swatches has a small issue. When a color swatch is in read-only mode it still show's it's tools tips and this is not supposed to happen. The idea was that a swatch that has readOnly enabled wouldn't be doing anything but displaying a color.
Comment 1 Radar WebKit Bug Importer 2023-06-07 11:11:32 PDT
<rdar://problem/110409252>
Comment 2 Anuj Panta 2023-06-07 11:45:00 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14752
Comment 3 EWS 2023-06-09 15:03:33 PDT
Committed 265039@main (5753a82fef47): <https://commits.webkit.org/265039@main>

Reviewed commits have been landed. Closing PR #14752 and removing active labels.