Home | History | Annotate | Download | only in WebCore

Lines Matching full:caret

2027         If the selection was a caret at the end of the paragraph, extend selection so it wraps to the start of next paragraph (if any),
2060 Set caret at beginning of text on initial focus.
2062 Test: fast/forms/textarea-initial-caret-position.html
4286 Also <rdar://problem/4883751> REGRESSION: Caret fails to insert itself
8778 caret would get stuck moving up/down a line from a caret just before an
8920 Caret color in new text field should take background color and foreground color into consideration
8923 Use the foreground color of the rootEditableElement to determine the caret color. This will work well for text controls in web pages (since the root is always the actual form control)
12045 caret until the user moves it. Also text
12072 inside the anchor when the caret is after it, unless the caret is at the
12073 end of the document, or if the caret is before it and at the start of a
19091 GMail Editor: Caret doesn't always position itself after list marker
20104 Writely Editor: Placing caret in a list "highlights" both Numbered List and Bulleted List toolbar icons
20217 of the caret position when we check for the new special cases because
21981 REGRESSION: In Mail, caret is visible when the message body isn't focused
21984 (WebCore::Frame::paintCaret): If a caret blink timer is ever on in error
21985 (like when the frame that contains the caret isn't focused) then we don't
21986 want to paint the caret. We should eventually move to using a single bool
21987 for caret painting.
21994 REGRESSION: In Gmail, caret reappears when dragging a selection over some text in the message body
21996 Functions call recomputCaretRect to see if the caret rect has changed,
21998 returning false if the caret turned into a range selection or was blown
22048 REGRESSION: Caret's ghost left behind after inserting a paragraph separator (11237)
22051 the old caret rect. It in fact corrects the caret rect for an offset that it
22053 without an accompanying layout. So it returns the new caret rect regardless of
22062 caret rect to the new one that's computed with a fresh layout. If
25865 Caret disappears when you're typing
25871 to false so we can get the old caret repaint rect. Later we need to change the
25989 time "invalidateSelection" is called even if the caret
25996 Computes caret rect and does any necessary invalidation if the rect
25999 needsCaretRepaint. Invalidates the caret rect unconditionally. Also
26007 recomputeCaretRect function and not restart blinking if caret has
33271 the Frame's selection, the Page's drag caret, and functions that
35371 REGRESSION: In new mail message, caret isn't placed at end of line after redoing typing
41110 be to make positions where there is a caret selection candidates.
41359 a call to the new containsCaretOffset function -- helps make the caret work right when
41420 Added. Implements the appropriate rule for determining if a caret position is
41422 affinity must be considered to determine which line the caret is on.
41766 Test: fast/forms/textarea-scrolled-endline-caret.html
42309 REGRESSION (r12949-r12988): Clicking the first letter on a line places the caret at the end of the previous line
42331 If the caret is inside an editable region, the beginning/end of the document should actually be the
42878 (WebCore::RenderText::caretRect): Fixed the calculation of the max/min allowed caret
42972 of clipping the caret position to the text box when the caret is after
43333 REGRESSION: Mispelling markers are still displayed when using the delete key to place caret into a misspelled word
45087 * editing/TypingCommand.cpp: Implemented check for a caret position next to a table, and
45931 Caret gets stuck when it hits non editable content within an editable body
45933 Caret will jump out of an editable region
47319 Caret before/after block tables is too small
47767 (WebCore::HTMLInputElement::setValue): Restore a caret at the starting point of the old selection. Matches Safari 2.0 behavior.
47774 (WebCore::HTMLTextAreaElement::focus): If this is the first focus, set a caret at the end of the text. Otherwise,
47776 (WebCore::HTMLTextAreaElement::setValue): Restore a caret at the starting point of the old selection. Matches Safari 2.0 behavior.
51096 <rdar://problem/4567752> When forwarding a message, pressing TAB key to place caret in body actually selects the entire message instead
52386 (WebCore::Frame::setSelectionFromNone): Find the body and stick a caret
52807 Drag caret not painted for editable sub-frames
52809 Moved the drag caret out of Frame and into Page.
52810 Only the Frame that contains the drag caret will paint it.
53251 (WebCore::RenderTextField::setSelectionRange): Optimized caret case by checking to see if start is equal to end before calculating
55477 REGRESSION: Caret to the right of an image is a big black rectangle.
55479 * rendering/RenderBox.cpp: (WebCore::RenderBox::caretRect): Move caret to the
55482 * manual-tests/caret-image.html: Added.
55489 REGRESSION: Incorrect caret position in RTL text
55491 Test: fast/text/international/rtl-caret.html