Hello,
I downloaded a tooltip system where the tooltip shows at the bottom
right of the browser window when a link is hovered.
My problem is that sometimes the tooltip div comes on top of the link
and the tooltip blinks as a result because too many onmouseout event are
triggered.
How can I solve this problem?
Thank you.
|
|
0
|
|
|
|
Reply
|
Jean
|
10/15/2007 4:13:40 PM |
|
On Oct 15, 12:13 pm, Jean-Guy Mouton <u...@example.net> wrote:
> Hello,
>
> I downloaded a tooltip system where the tooltip shows at the bottom
What tooltip system?
> right of the browser window when a link is hovered.
That's an odd place for a tooltip.
>
> My problem is that sometimes the tooltip div comes on top of the link
> and the tooltip blinks as a result because too many onmouseout event are
> triggered.
>
> How can I solve this problem?
Stop using it. Try the title attribute as most browsers automatically
turn its value into a tooltip.
|
|
0
|
|
|
|
Reply
|
David
|
10/15/2007 9:52:52 PM
|
|
David Mark wrote:
> On Oct 15, 12:13 pm, Jean-Guy Mouton <u...@example.net> wrote:
>> Hello,
>>
>> I downloaded a tooltip system where the tooltip shows at the bottom
>
> What tooltip system?
This one: http://home.arcor.de/xbo/title-to-note/
>
>> right of the browser window when a link is hovered.
>
> That's an odd place for a tooltip.
The tooltip does not hide the text, which is a better idea IMO.
>
>> My problem is that sometimes the tooltip div comes on top of the link
>> and the tooltip blinks as a result because too many onmouseout event are
>> triggered.
>>
>> How can I solve this problem?
>
> Stop using it. Try the title attribute as most browsers automatically
> turn its value into a tooltip.
No I want to change the default appearance of tooltips so that they do
not clash with my site colours.
>
|
|
0
|
|
|
|
Reply
|
Jean
|
10/16/2007 7:15:01 AM
|
|
On Oct 16, 3:15 am, Jean-Guy Mouton <u...@example.net> wrote:
> David Mark wrote:
> > On Oct 15, 12:13 pm, Jean-Guy Mouton <u...@example.net> wrote:
> >> Hello,
>
> >> I downloaded a tooltip system where the tooltip shows at the bottom
>
> > What tooltip system?
>
> This one: http://home.arcor.de/xbo/title-to-note/
>
>
>
> >> right of the browser window when a link is hovered.
>
> > That's an odd place for a tooltip.
>
> The tooltip does not hide the text, which is a better idea IMO.
>
Neither does a standard tooltip.
>
>
> >> My problem is that sometimes the tooltip div comes on top of the link
> >> and the tooltip blinks as a result because too many onmouseout event are
> >> triggered.
>
> >> How can I solve this problem?
>
> > Stop using it. Try the title attribute as most browsers automatically
> > turn its value into a tooltip.
>
> No I want to change the default appearance of tooltips so that they do
> not clash with my site colours.
You don't want to use that script. It wipes out the title attributes
so that it can replace the standard tooltips with faux tooltips that
apparently don't work very well. There are accessibility issues to
consider as well. Title attributes are not there to produce
tooltips. Tooltips are just a side effect of most browsers.
Furthermore, users don't expect tooltips to match your site colors or
appear at the bottom of the page. Your best bet is to forget the
whole thing.
|
|
0
|
|
|
|
Reply
|
David
|
10/16/2007 7:50:13 AM
|
|
David Mark wrote:
> On Oct 16, 3:15 am, Jean-Guy Mouton <u...@example.net> wrote:
>> David Mark wrote:
>>> That's an odd place for a tooltip.
>> The tooltip does not hide the text, which is a better idea IMO.
> Neither does a standard tooltip.
Standard tooltips appear next to the link and hide the immediate textual
context, which is not a good idea.
> Title attributes are not there to produce
> tooltips.
Why not? See here: http://www.w3.org/TR/html401/struct/global.html#h-7.4.3
|
|
0
|
|
|
|
Reply
|
Jean
|
10/16/2007 8:26:19 AM
|
|
On Oct 16, 4:26 am, Jean-Guy Mouton <u...@example.net> wrote:
> David Mark wrote:
> > On Oct 16, 3:15 am, Jean-Guy Mouton <u...@example.net> wrote:
> >> David Mark wrote:
> >>> That's an odd place for a tooltip.
> >> The tooltip does not hide the text, which is a better idea IMO.
> > Neither does a standard tooltip.
>
> Standard tooltips appear next to the link and hide the immediate textual
> context, which is not a good idea.
I don't think it is a problem. They shouldn't be very verbose, so
they don't hide much and they go away soon enough.
>
> > Title attributes are not there to produce
> > tooltips.
>
> Why not? See here:http://www.w3.org/TR/html401/struct/global.html#h-7.4.3
I see it, but I fail to see what it has to do with my comment.
|
|
0
|
|
|
|
Reply
|
David
|
10/16/2007 8:57:08 AM
|
|
David Mark wrote:
>>> Title attributes are not there to produce
>>> tooltips.
>> Why not? See here:http://www.w3.org/TR/html401/struct/global.html#h-7.4.3
>
> I see it, but I fail to see what it has to do with my comment.
>
It's just that you say title attributes are not there to produce
tooltips but there is nothing that says so on the W3C website.
|
|
0
|
|
|
|
Reply
|
Jean
|
10/16/2007 9:40:50 AM
|
|
On Oct 16, 5:40 am, Jean-Guy Mouton <u...@example.net> wrote:
> David Mark wrote:
> >>> Title attributes are not there to produce
> >>> tooltips.
> >> Why not? See here:http://www.w3.org/TR/html401/struct/global.html#h-7.4.3
>
> > I see it, but I fail to see what it has to do with my comment.
>
> It's just that you say title attributes are not there to produce
> tooltips but there is nothing that says so on the W3C website.
The specification describes what their purpose is, not what it is not.
|
|
0
|
|
|
|
Reply
|
David
|
10/16/2007 9:59:19 AM
|
|
David Mark wrote:
> On Oct 16, 5:40 am, Jean-Guy Mouton <u...@example.net> wrote:
>> David Mark wrote:
>>>>> Title attributes are not there to produce
>>>>> tooltips.
>>>> Why not? See here:http://www.w3.org/TR/html401/struct/global.html#h-7.4.3
>>> I see it, but I fail to see what it has to do with my comment.
>> It's just that you say title attributes are not there to produce
>> tooltips but there is nothing that says so on the W3C website.
>
> The specification describes what their purpose is, not what it is not.
>
What they say is (excerpt): "Values of the title attribute may be
rendered by user agents in a variety of ways. For instance, visual
browsers frequently display the title as a "tool tip"."
To me, it is clear that the W3C does not say anything about what
designers must do or must not do as regards the title attribute. So
when you say "Title attributes are not there to produce tooltips" (see
above) on what ground do you base your opinion?
|
|
0
|
|
|
|
Reply
|
Jean
|
10/16/2007 11:47:54 AM
|
|
On Oct 16, 7:47 am, Jean-Guy Mouton <u...@example.net> wrote:
> David Mark wrote:
> > On Oct 16, 5:40 am, Jean-Guy Mouton <u...@example.net> wrote:
> >> David Mark wrote:
> >>>>> Title attributes are not there to produce
> >>>>> tooltips.
> >>>> Why not? See here:http://www.w3.org/TR/html401/struct/global.html#h-7.4.3
> >>> I see it, but I fail to see what it has to do with my comment.
> >> It's just that you say title attributes are not there to produce
> >> tooltips but there is nothing that says so on the W3C website.
>
> > The specification describes what their purpose is, not what it is not.
>
> What they say is (excerpt): "Values of the title attribute may be
> rendered by user agents in a variety of ways. For instance, visual
> browsers frequently display the title as a "tool tip"."
I know it says that. You missed my point.
>
> To me, it is clear that the W3C does not say anything about what
> designers must do or must not do as regards the title attribute. So
> when you say "Title attributes are not there to produce tooltips" (see
> above) on what ground do you base your opinion?
The purpose of a link's title attribute is not to produce a tooltip.
It is to provide additional information about the link's function.
Clients may display it in a tooltip, speak it aloud, display it in a
dialog that lists every link on the page, etc. The script you are
using wipes out the attribute to display it in a div, which assumes
that the purpose of the attribute was to produce a tooltip. This is a
bad assumption and the document you cite says nothing to contradict
that.
|
|
0
|
|
|
|
Reply
|
David
|
10/17/2007 1:58:28 AM
|
|
|
9 Replies
171 Views
(page loaded in 0.121 seconds)
Similiar Articles: TAR: arg list too long - comp.unix.solarisIn any event, the main thing is that to overcome the problem an include file should be used ... UNIX and Linux Forums I have found the same problem with tar showing too ... JTable Row Height Problem - comp.lang.java.guiI'm having the following problem while configuring a ... 1beta3) */ import java.awt.*; import java.awt.event ... for subsequent rows, maybe you are adding too many values ... Dimension Type: Projected vs True - comp.cad.solidworksWe are having a problem with named drawing views being ... the users to choose Projected dimensions but with too many ... transaction vs event - comp.lang.vhdl <sig>'transaction ... Overlapping Circular Area Problem - comp.soft-sys.matlab ...The analysis is simple too: the histogram of the array tells how many pixels fall within N circles. The problem would be to ... the axis appearance in the event tick mark ... Trigger file upload click event from javascript - comp.lang ...The file upload click events works nice in IE (from javas... ... to work almost exactly like IE7, which is not too far ... shatter their egos if they admitted the real problem ... Database Lock vs Database Freeze - comp.soft-sys.sasSometimes a database may be reopened if it yet shows too many inconsistencies or other problems. ... by clinical trials data analysts to describe the same object/event ... Any Experiences of 11r2 Win2k8R2 - comp.databases.oracle.server ...Not too many problems in general with a mix of preferences including RedHat and OEL being ... Check your Event Log after startup for any clues, then start the Oracle ... Matlab GUIDE stability issue - comp.soft-sys.matlabHas others seen this problem? I am using Matlab 2010a, on ... Exception occurred during event dispatching: java.lang ... > On 11-01-10 01:18 PM, Bruno Luong wrote: > > I am too ... ntvdm encountered a hard error - comp.lang.asm.x86This is your problem: you're running int 0x13 code in a protected mode Windows NT "DOS ... file invoke CloseHandle,[FHandle] ;Should cause unlocking too ... socket flushing/buffering problem, app hangs on close - comp.lang ...Many opens and closes with the bad ... server is non-blocking using TCL's event ... saw that in the manpage, the problem with verbiage like that is how much is "too much"? OnMouseout and the Div Tag - Application Forum at ObjectMix.com> I always use onmouseout and never get problems. > OP, can you put some of your code here ... Problem with too many onmouseout events [Javascript] ONMOUSEOUT being triggered too many times NOT SOLVED[Javascript] ONMOUSEOUT being triggered too many times NOT SOLVED Lau ... I've discovered the problem. My alert statements were triggering the ONMOUSEOUT event. 7/31/2012 2:13:23 AM
|