Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: keyword list and firefox  (Read 6588 times)

0 Members and 1 Guest are viewing this topic.

tvidal99

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
keyword list and firefox
« on: March 29, 2006, 03:11:15 pm »

Hi,

firstly I want to thanks you very much all the dev team ! very nice application !

Well, because i'm using firefox and not IE I find a problem with firefox (1.5.0.1) : when I upload file and click on the "Insert from list" I've got the list of my keywords. Great. But when I click on a keyword it doesn't appear in the text field !
I think it's a javascript problem ?? but I'm not a programmeur, so I can't found a solution....

Someone can help me ?

Many thnaks,

Thomas
« Last Edit: June 16, 2006, 02:22:16 am by Paver »
Logged

Roderic

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: keyword list and firefox
« Reply #1 on: April 02, 2006, 10:06:49 am »

Hi there,

same with me, the keywords just don't get transferred to the main input window in FF 1.5.0.1.
JS is enabled, as well as all options in the "Advanced JavaScript Settings" menu.

Rod


Logged

Paver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1609
  • Paul V.
Re: keyword list and firefox
« Reply #2 on: June 16, 2006, 02:28:19 am »

Bug confirmed in 1.4.8.

Here's the fix.  In upload.php, in function text_box_input, replace this line:
Code: [Select]
<input type="text" style="width: 100%" name="$name" maxlength="$max_length" value="$default" class="textinput" />with this line:
Code: [Select]
<input type="text" style="width: 100%" name="$name" maxlength="$max_length" value="$default" class="textinput" id="$name" />
So you added an id tag to the text input box, so the popup window can reference it correctly in Firefox.

I would think getElementById would require an id tag, but in IE, according to this page:
Quote
IE works correctly on elements that CAN'T have a name attribute. It works incorrectly, however, on elements that can.

So you need to have a name tag for IE (for elements that can have a name tag), and you need to have an id tag for Firefox and for IE when you have an element that doesn't have a name tag.

Phew!

Committed to 'devel' branch.  I'm skittish about adding to 'stable' branch due to a bug I added to 1.4.7.  So please make the change manually to 1.4.x if you want this to work in Firefox.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: keyword list and firefox
« Reply #3 on: June 16, 2006, 10:01:29 am »

if you have same string for name tag and id tag , it will work without problem for both (IE ,FF)
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Paver

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: us
  • Offline Offline
  • Gender: Male
  • Posts: 1609
  • Paul V.
Re: keyword list and firefox
« Reply #4 on: June 26, 2006, 07:21:50 am »

Committed to stable branch.  Will be in next version (1.4.9).
Logged

rainbowz

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 8
  • cpg: I'm lovin' it!
Re: keyword list and firefox
« Reply #5 on: July 23, 2006, 07:43:46 pm »

Bug confirmed in 1.4.8.

Here's the fix.  In upload.php, in function text_box_input, replace this line:
...

Woot!!

This hack is also required for Safari and a few other Mac browsers . And it works perfectly, too.

Thanks tons! Now my keywords list is actually useful! :D
« Last Edit: July 23, 2006, 07:56:34 pm by rainbowz »
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.