Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
May 24, 2012, 09:59:55 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter
hier
und auf unserer
neuen Webseite
.
155445
Posts in
21703
Topics by
7731
Members
Latest Member:
zvaigzdzius
WebsiteBaker Community Forum
English
Modules
(Moderator:
Argos
)
Form 2.7 Bug
Pages: [
1
]
Go Down
Author
Topic: Form 2.7 Bug (Read 402 times)
freeSbee
Offline
Posts: 740
Form 2.7 Bug
«
on:
October 29, 2008, 08:41:18 AM »
There is a small bug in the form module.
When a user creates 2 or more radio buttons with the same labels, eg. a radio button group like the one shown in the attached screenshot, the generated id (label_id) is not unique. It will be the same for those radio buttons.
The browser is not able to differentiate between the buttons, eg. clicking on the third label text will change the first button (FF).
There is a simple fix in
view.php
(line 89):
old:
$label_id = 'wb_'.str_replace(" ", "_", $n);
new:
$label_id = 'wb'.$field_id.'_'.str_replace(" ", "_", $n);
Regards Christoph
Logged
doc
Guest
Re: Form 2.7 Bug
«
Reply #1 on:
October 29, 2008, 08:57:34 AM »
Hello,
thanks for reporting, will be fixed in the SVN trunk soon.
Regards Christian
Logged
Pages: [
1
]
Go Up
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> WebsiteBaker Website Showcase
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> WebsiteBaker 2.9
===> Announcements
===> Help/Support
=====> Modules / Extensions
===> Suggestions
===> Software bugs
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> WebsiteBaker 2.9
===> Ankündigungen
===> Hilfe/Support
=====> Module / Extensions
===> Vorschläge
===> Softwarefehler
===> Erfahrungs und Testberichte
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
-----------------------------
Bakery (WB shop module)
-----------------------------
=> Bakery English
=> Bakery Deutsch
-----------------------------
KeepInTouch (Multi Contact Module)
-----------------------------
=> KeepInTouch English
=> KeepInTouch Deutsch
Loading...