[Webkit-unassigned] [Bug 28187] "Double-click to add" new style button does not always show up

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 14:49:01 PDT 2009


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


Joseph Pecoraro <joepeck02 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34597|                            |review?
               Flag|                            |




--- Comment #3 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-08-11 14:49:00 PDT ---
Created an attachment (id=34597)
 --> (https://bugs.webkit.org/attachment.cgi?id=34597)
Quick Fix

This is the quick fix for the Nightly Build.

---

I think a more optimal solution would be to avoid throwing an error at all.
Instead something like WebInspector.Color.parseColor() factory method which
would return either 'null' or a WebInspector.Color object.  That way we won't
have to worry about any throw/catch.  Along with the other improvements
mentioned previously, including:

  - swatch shows up accidentally
  - all swatches should be clickable to toggle colors
  - swatches should be clickable in shorthand properties

-- 
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