| 
Welcome, Guest

8: IE overlaps its tooltip over CB 'i' tooltips
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: 8: IE overlaps its tooltip over CB 'i' tooltips

8: IE overlaps its tooltip over CB 'i' tooltips 3 years, 8 months ago #65336

  • Posts:
  • Karma:
This issue is now fixed in Community Builder 1.2 RC 2.
Community Builder 1.2 RC 2 is a recommended upgrade.




Hovering "i" info-texts in IE resulted in IE tooltips showing over CB's.

This behavior of IE on that is now fixed (worked-around in CB) as follows:

open file administration/com_comprofiler/comprofiler.class.php

search for "function cbFieldTip("
(around line 1754).

Line below is:

	$altText	=	' alt="' . strip_tags( sprintf( _UE_INFORMATION_FOR_FIELD, $tipTitle , $fieldTip ) ) . '"';


Replace that line by:
	$altText	=	' alt="' . strip_tags( sprintf( _UE_INFORMATION_FOR_FIELD, $tipTitle , $fieldTip ) ) . '" title=""';


Fixes this small issue.

Post edited by: beat, at: 2008/07/01 14:03
Beat
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Subscribe to CB documentation - Our templates - Paid Subscriptions - Get Hosting - Our Forge - Incubator
Visit my CB Profile - Send me a Private Message (PM)
--
help us spend more time coding by helping others in this forum, many thanks
The topic has been locked.

Re:8: IE overlaps its tooltip over CB 'i' tooltips 3 years, 7 months ago #66962

  • Posts:
  • Karma:
This issue is now fixed in Community Builder 1.2 RC 2.

Community Builder 1.2 RC 2 is a recommended upgrade.
Beat
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly
CB links: Subscribe to CB documentation - Our templates - Paid Subscriptions - Get Hosting - Our Forge - Incubator
Visit my CB Profile - Send me a Private Message (PM)
--
help us spend more time coding by helping others in this forum, many thanks
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.91 seconds