[Webkit-unassigned] [Bug 13820] Height of cursor should be same as height of text, not line-height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 13 05:43:15 PST 2012


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





--- Comment #12 from victor.singh1983 at yahoo.co.in  2012-01-13 05:43:15 PST ---
Hi,

I have made change that is make a new function to handle fontFace and fontSize

and checked from editor if selected text is zero if not then insertHTML

 "<font size=\""+ fontSizeValue + "\" face=\"" + fontNameValue + "\">" + "</font>";

However it creates one issue that if user keeps changing the fonts at the same cursor position then we will have lot of font elements

so need to remove such font element which have only escape chracter inside them

Thanks Victor

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