[Webkit-unassigned] [Bug 279773] Web Inspector: `reparseStyleSheet` may cause a style sheet with @import statements to be re-added
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 20 10:35:59 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=279773
--- Comment #3 from Qianlang Chen <qianlangchen at apple.com> ---
This remove-and-re-add issue, which causes a frontend glitch, used to also occur when you edit the style declaration text. The patch https://github.com/WebKit/WebKit/pull/32260 made style declaration edits no longer require re-parsing the whole style sheet, so the bug has been bypassed for style declaration edits. Now, the bug may only display when
- editing a non-style rule's header (like in the comment above),
- adding a rule, or
- removing a rule
from a style sheet with an @import statement, as these function still require re-parsing the full style sheet.
--
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/20240920/745bfa7c/attachment-0001.htm>
More information about the webkit-unassigned
mailing list