CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.0 Release Testing »
  • Question Mark Icon (Access keys, etc.) Not Appearing, Dojo Pop-up Style Issue
Pages: [1]

Author Topic: Question Mark Icon (Access keys, etc.) Not Appearing, Dojo Pop-up Style Issue  (Read 2747 times)

farmrchrys

  • I post occasionally
  • **
  • Posts: 92
  • Karma: 2
    • Spokane Moves to Amend the Constitution (under development)
  • CiviCRM version: CiviCRM 4.4.6
  • CMS version: Drupal 7.31
  • MySQL version: MySQL 5.5.37
  • PHP version: PHP 5.3.28
Question Mark Icon (Access keys, etc.) Not Appearing, Dojo Pop-up Style Issue
August 30, 2009, 09:05:48 am
Howdy,

I upgraded a copy of my 2.2.8 site to 3.0beta. It's running on a separate virtual host and I think I have all my resource URLs and directories set properly. So far so good except a couple things (which I'll post separately).

The question mark icon for access keys and also for debugging help/instructions doesn't show up. I checked the sandbox and they're there. If I click around I eventually find the hotspot and the pop-up opens, however, the styling is wrong; the background is transparent.

I notice the method is different between 2.2.8 and 3.0:

2.2.8:
Code: [Select]
<div class="footer" id="access">
 Access Keys:
<div class="helpicon" style="display: inline;"><span dojoType="dijit.form.DropDownButton" class="tundra">
    <div><img src="/sites/all/modules/civicrm/i/quiz.png" /></div>
    <div dojoType="dijit.TooltipDialog" id="accesskeys_help" class="tundra" ><div class='crm-help'><p>

3.0:
Code: [Select]
<div class="footer" id="access">
 Access Keys:<script type="text/javascript"> cj( function() { cj(".helpicon").toolTip(); });</script>
<div class="helpicon">&nbsp;<span id="accesskeys_help" style="display:none"><div class='crm-help'><p>

So, I'm wondering what this change might have done and what might be needed to have this work.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Question Mark Icon (Access keys, etc.) Not Appearing, Dojo Pop-up Style Issue
August 31, 2009, 06:53:07 am
Can you delete your template_c folder, clear cache and logout/login and check again.

Kurund
Found this reply helpful? Support CiviCRM

farmrchrys

  • I post occasionally
  • **
  • Posts: 92
  • Karma: 2
    • Spokane Moves to Amend the Constitution (under development)
  • CiviCRM version: CiviCRM 4.4.6
  • CMS version: Drupal 7.31
  • MySQL version: MySQL 5.5.37
  • PHP version: PHP 5.3.28
Re: Question Mark Icon (Access keys, etc.) Not Appearing, Dojo Pop-up Style Issue
August 31, 2009, 01:07:32 pm
Yes, I have done those things, even cleared my browser cache. Still have the problem.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.0 Release Testing »
  • Question Mark Icon (Access keys, etc.) Not Appearing, Dojo Pop-up Style Issue

This forum was archived on 2017-11-26.