[Webkit-unassigned] [Bug 24855] Font size cannot be "Normal" when user "Courier New" in Gmail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 26 16:04:34 PDT 2009


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





------- Comment #5 from jparent at google.com  2009-03-26 16:04 PDT -------
Ah, yes, found this in Gmail code -
 switch (item) {
  781:           case '10px':
  782:             item = '1';
  783:             break;
  784:           case '13px':
  785:             item = '2';
  786:             break;
  787:           case '18px':
  788:             item = '4';
  789:             break;
  790:           case '32px':
  791:             item = '6';
  792:             break;
  793:           default: // Unexpected case - don't update the menu
  794:             return;


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



More information about the webkit-unassigned mailing list