0
Welcome Guest! Login
0 items Join Now

SOLVED Rokajaxsearch doesn't work for me in Firefox

  • SOLVED Rokajaxsearch doesn't work for me in Firefox

    Posted 8 years 6 months ago
    • Hi,
      This is a strange problem. Before i update Joomla from 3.6.2 to 3.6.4, the rokajaxsearch module work fine with all browsers.
      But after i updated to 3.6.4, the module doesn't work with Firefox. Please see: http://techvezerlok.hu/
      What could be the problem?
      Thanks for your help!
    • Last Edit: 8 years 6 months ago by Laszlo Varga.
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Rokajaxsearch doesn't work for me in Firefox

    Posted 8 years 6 months ago
  • Re: SOLVED Rokajaxsearch doesn't work for me in Firefox

    Posted 8 years 6 months ago
    • Hi Damir,
      Thanks for your help.
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Rokajaxsearch doesn't work for me in Firefox

    Posted 8 years 6 months ago
  • Re: SOLVED Rokajaxsearch doesn't work for me in Firefox

    Posted 8 years 6 months ago
    • Hi,
      Thanks for your reply. Yes, it is a wordpress theme which i try to implement to a Joomla templates, but as you can see, it is semi-finished work. Meanwhile i found the problem root. I used a JS snippet that prevent copy/paste function on this site, but the script also disabled the input field in firefox. The script is:
      <script type="text/JavaScript">
      function killCopy(e){
      return false
      }
      function reEnable(){
      return true
      }
      document.onselectstart=new Function ("return false")
      if (window.sidebar){
      document.onmousedown=killCopy
      document.onclick=reEnable
      }
      </script>
      Now im try to figure out, that how can i exclude in this script the input element...
    • Last Edit: 8 years 6 months ago by Laszlo Varga.
    • Damir's Avatar
    • Damir
    • Preeminent Rocketeer
    • Posts: 22450
    • Thanks: 2679
    • Web Developer

    Re: SOLVED Rokajaxsearch doesn't work for me in Firefox

    Posted 8 years 6 months ago
  • Re: SOLVED Rokajaxsearch doesn't work for me in Firefox

    Posted 8 years 6 months ago
    • Hi Damir,
      Thanks for your reply. Yes, i know the method which you told me, but the site owner want this...
      Meanwhile i found a pure css solution, which working.
      Thanks for your help.
      Best regards!

Time to create page: 0.081 seconds