mirror of
https://github.com/RGBCube/serenity
synced 2026-01-16 19:11:00 +00:00
LayoutText can't simply rely on its LayoutNode::rect() for hit testing. Instead, we have to iterate over the individual runs and see if we're hitting any of them. Also, LayoutNode::hit_test() now always recurses into children, since we can't trust the rect() to tell the truth (inline rects are wrong.) |
||
|---|---|---|
| .. | ||
| CSS | ||
| DOM | ||
| Layout | ||
| Parser | ||
| Scripts | ||
| Dump.cpp | ||
| Dump.h | ||
| HtmlView.cpp | ||
| HtmlView.h | ||
| install.sh | ||
| Makefile | ||
| Makefile.host | ||
| Makefile.shared | ||
| RenderingContext.h | ||
| TreeNode.h | ||