Forum Home
zTracker Forum
Powered by zForum
Access zTracker Website | Access zTracker TEST Website
[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
Avatar
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
Avatar
Added: 04/25/2007 - 02:05 PM

Fixed in 1.0 Rel 2
 
Welcome Anonymous User
09/07/2010 - 07:21 AM
Options:
· Login
· Signup
Quick Search:
Change Language:
System Announcements
Latest Topics