the tooltip is only 5 lines and each line is truncated, if it's too big for the screen, would be better if it showed as many lines as possible without horizontal truncation.
when the placeholder has focus its background color changes (gets lighter) - you can give it focus by right clicking on it or tabbing into it. Not a big problem, but would be nice to avoid any color changes.
question: why does the placeholder have two DIVs?
sometimes the height of the A of the placeholder does not match the height of the DIV and if A has a border it can be seen as a line through the placeholder
#1 is platform dependent (I don't think I can do anything about native tooltips), while the others are at most cosmetic bugs about a placeholder implementation (v. 2.x) which already changed in the 3.x development value, so there's little value IMHO in investigating/fixing them.
Thanks anyway.
If the tooltips in Firefox were native on Windows, wouldn't they look like in any most other Windows applications, e.g. the text rendered using GDI even when Firefox is in DirectWrite mode?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0a2) Gecko/20110730 Firefox/7.0a2
dhouwn wrote:If the tooltips in Firefox were native on Windows, wouldn't they look like in any most other Windows applications, e.g. the text rendered using GDI even when Firefox is in DirectWrite mode?
What I mean is that the placeholder is just an <A> element, and the tooltip is the default (platform-dependent) rendering of its title attribute.
I'm certainly not going to change the default HTML title implementation to "fix" this issue.
al_9x wrote:Please answer 3 and 4a, they are just questions.
3: for historical/legacy reasons (in NSA there's just one A and one DIV, and it could probably be reduced to just one A since Firefox now supports multiple background images)
4a: Because of layout quirks, e.g. the ones which caused duplicate content in a recent issue which has just been worked around and you know about.