zTracker Forum
Powered by zForum
Access zTracker Website
|
Access zTracker
TEST
Website
Forum Home
/
Revision 1
/
[FIXED] - Bug in zAdmin/edit_project_form template with IE6 (sp2)
[
Viewed
1197
Times
]
Back
[FIXED] - Bug in zAdmin/edit_project_form template with IE6 (sp2)
By
:
cbr
Rank
:
Starfleet Ensign
Topics
:
4
From
:
n/a
Added
:
04/25/2007 - 09:41 AM
I find a bug with IE6.
When I try to edit a project properties I can’t select editing options (for example “Projects Versions” or “Project Components” ). This is a JavaScript error.
I change the handleTab() function and now that’s work fine. (I change id_project var in id_pro, id_versions var in id_ver etc… )
I’m not a web developer but I think it’s probably not possible in IE6 to have a variable and an id with the same name.
function handleTab(active_tab) {
id_pro = document.getElementById('id_project');
id_ver = document.getElementById('id_versions');
id_com = document.getElementById('id_components');
if (active_tab == 'id_project') {
id_pro.style.display = 'block';
id_ver.style.display = 'none';
id_com.style.display = 'none';
}
if (active_tab == 'id_versions') {
id_pro.style.display = 'none';
id_ver.style.display = 'block';
id_com.style.display = 'none';
}
if (active_tab == 'id_components') {
id_pro.style.display = 'none';
id_ver.style.display = 'none';
id_com.style.display = 'block';
}
if (active_tab == 'id_all') {
id_pro.style.display = 'block';
id_ver.style.display = 'block';
id_com.style.display = 'block';
}
return
}
cbr.
By
:
speedbird
Rank
:
Starfleet Lieutenant
Topics
:
15
From
:
Las Vegas NV
Added
:
04/25/2007 - 10:52 AM
Thank you cbr for the bug, I added it in:
http://www.ztracker.org/ticket?tid=29
Since this is a showstopper I'll update the product asap.
Thanks Again,
By
:
speedbird
Rank
:
Starfleet Lieutenant
Topics
:
15
From
:
Las Vegas NV
Added
:
04/25/2007 - 02:05 PM
Fixed in 1.0 Rel 2
Welcome
Anonymous User
09/07/2010 - 07:21 AM
Options
:
·
Forum Home
·
Login
·
Signup
Quick Search
:
Quick Jump
http://sandbox.ztracker.org/
Other
Revision 1
Revision 2
Revision 3
zTracker Product
Change Language
:
Available Languages
English (U.S.A)
Spanish (México)
System Announcements
1.0 Rev 3 Released
1.0 Rev 2 Released
Upgrading zTracker
Installation - General
What is zTracker
RSS
Latest Topics
Unicode Decoding
[FIXED] - Bug in zAdmin/edit_project_form template with IE6 (sp2)
How to add already define user in zTracker
1.0 Rev 1 Released
Thanks to the brave testers..
[TIP] - Change zTracker home page contents
http://sandbox.ztracker.org/ Available
RSS