[Webkit-unassigned] [Bug 278687] InvalidStateError is triggered for collapseToEnd() when switching the content to display:none
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 2 14:00:02 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278687
Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ahmad.saleem792 at gmail.com
--- Comment #4 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Here - https://searchfox.org/wubkat/rev/b36cbce69fddb7da33823f316bd8ead5bebee970/Source/WebCore/page/DOMSelection.cpp#249
We can update our error message, if we want.
return Exception { ExceptionCode::InvalidStateError };
to
return Exception { ExceptionCode::InvalidStateError, "something something"_s };
__
Meanwhile I found something in Blink (closely touching or mentioning potential issue or could be totally different issue) - https://issues.chromium.org/issues/40277798
--
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/20240902/a86f8e52/attachment.htm>
More information about the webkit-unassigned
mailing list