[Webkit-unassigned] [Bug 244977] Yammer Question Field on Live Events does not show "Caret" or "I-Beam"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 14:17:22 PDT 2022


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

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
I can simulate with 


data:text/html,<!doctype%20html><html><div%20%20%20contenteditable="true"%20%20%20style="%20%20%20%20%20background-color:%20gold;%20%20%20%20%20color:%20transparent;%20%20%20%20%20height:%205ch;%20%20%20%20%20width:%2020ch;">%20</div>

aka 

<div
  contenteditable="true"
  style="
    background-color: gold;
    color: transparent;
    height: 5ch;
    width: 20ch;">
</div>


but then the cursor disappears in all browsers. 
It would be useful to know what you see in the Web Inspector for the CSS.

-- 
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/20220913/65aaabf5/attachment.htm>


More information about the webkit-unassigned mailing list