Closed Bug 162820 Opened 22 years ago Closed 22 years ago

Baloon help [tooltip] doesn't appear

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

CLOSED DUPLICATE of bug 25537

People

(Reporter: pierre.gronau, Assigned: samir_bugzilla)

Details

From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
BuildID:    2002072104

In our EDM Web Application Metaphase (www.eds.com) doesn´t appear the balloon 
help. With Internet Explorer 5.5x and 6.x it is OK. The mouse pointer will get 
the new appearance butt will not get the associated balloon help text.

Reproducible: Always
Steps to Reproduce:
1.Move to the balloon help
2.
3.

Actual Results:  nothing visible

Expected Results:  balloon help text
This is not a blocker.
Lowering to Severity:normal.

Can you give better steps to reproduce?
Where is that ballon help supposed to appear?
Severity: blocker → normal
Can you give an example what you mean (url ?) ? Are those popups appearing above
images (alt or title-tags), links (title-tags) or random elements in a text
(title-tags or possibly Javascript generated) ?

If you are talking about "alt tags aren't appearing as tooltips" (the little
popups that appear on images), that's bug 25537. But that's a WONTFIX, because
you're supposed to use the title-tag, not the alt-tag.

Balloon-help is term on the Mac btw, where you'll see cartoon-style popups
instead of the rectangular popups on other platforms.
Summary: Ballon help doesn´t appear → Ballon help doesn't appear
There is not a single title attribute on http://www.eds.com/ only alt.

*** This bug has been marked as a duplicate of 25537 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
==> Evangelism.

Hey guys at EDS, please fix your HTML code and post your "Solved." tagline 
here. ;)

==> VRFY DUPE
Status: RESOLVED → VERIFIED
Component: XP Apps → US Ecommerce
Product: Browser → Tech Evangelism
Version: other → unspecified
Summary: Ballon help doesn't appear → Baloon help [tooltip] doesn't appear
Hi,

based on this code it works fine:

Version not functioning with Modzilla:
<td>
<a href="#" onClick=displayRelations()>
<img src="/images/ChRqIt_Impl_PrRpIt_g.gif" name="ImageNumber4" alt="Ballon 
Help Text" border=0>
</a>
</td>

Version functioning with Modzilla:
<td>
<a href="#" onClick=displayRelations()>
<img src="/images/ChRqIt_Impl_PrRpIt_g.gif" name="ImageNumber4" alt="Ballon 
Help Text" title="Ballon Help Text" border=0>
</a>
</td>

Status: VERIFIED → CLOSED
tech evang june 2003 reorg
Component: US Ecommerce → English US
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.