zD12 / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

alt="" attribute for emoticons #226

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when copying text which contains emoticons, text changed into emoticon
isn't placed in alt="".

example:

original
> Jak to mówią – na bezrybiu itd. itp. ;) 

copied from message window:
> Jak to mówią – na bezrybiu itd. itp. [Wink (;))] 

";)" changed into "[Wink (;))]"

Original issue reported on code.google.com by jakub.ru...@gmail.com on 2 Jul 2008 at 10:46

GoogleCodeExporter commented 9 years ago
Thats a good point, I'd never tried copying an emoticon... I wonder if theres 
some
way we can get webkit/gecko (which are you using?) to copy the emoticon as the
original text without having to lose the tooltip.

Original comment by paulburt...@gmail.com on 2 Jul 2008 at 11:19

GoogleCodeExporter commented 9 years ago
alt="" is not tooltip. tooltip is title="".

alt attribute is text displayed when image is unavailable or the copied text.
title is text displayed on image hover.

alt was/is the tooltip in internet explorer due to a bug.

--

I use gecko.

Original comment by jakub.ru...@gmail.com on 2 Jul 2008 at 11:23

GoogleCodeExporter commented 9 years ago
Right you are, on checking the code we use title not alt anyway, alt is never 
set.

Original comment by paulburt...@gmail.com on 2 Jul 2008 at 11:25

GoogleCodeExporter commented 9 years ago
doesn't matter, important is to make copied emoticon change into original text
entered ;) .

Original comment by jakub.ru...@gmail.com on 2 Jul 2008 at 11:32

GoogleCodeExporter commented 9 years ago
when copying text with emoticon in webkit, emoticon is not copied.

Original comment by jakub.ru...@gmail.com on 3 Jul 2008 at 11:18