[Webkit-unassigned] [Bug 47629] Moving cursor back to autocorrected word in the same line shouldn't remove the underline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 19 15:24:02 PDT 2010


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





--- Comment #17 from James Robinson <jamesr at chromium.org>  2010-10-19 15:24:01 PST ---
(In reply to comment #11)
> (In reply to comment #10)
> > It appears this only affects chromium mac, not Safari or chromium on other platforms.
> I think, instead of:
> 
> #if PLATFORM(MAC) && (defined(BUILDING_ON_TIGER) || defined(BUILDING_ON_LEOPARD) || defined(BUILDING_ON_SNOW_LEOPARD))
> 
> I should add:
> 
> #if !PLATFORM(MAC) || (PLATFORM(MAC) && (defined(BUILDING_ON_TIGER) || defined(BUILDING_ON_LEOPARD) || defined(BUILDING_ON_SNOW_LEOPARD)))
> 
> This way, it only changes the behavior in Safari on 10.7. Shall I create a separate bug for this, or adding another path in this bug?
> 
> James, what do I need to run tests for chromium mac?

Confirmed that this change restores the previous Chromium Mac behavior (which matches the current Safari Mac behavior).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list