![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() ![]() |
![]() |
![]()
Post
#1
|
|
![]() ![]() Group: Members Joined: 6-August 06 Member No.: 31293 ![]() |
Hi,
im getting error in firebug/firefox while opening players' list. Its tellling me obj.style.setAttribute is not a function. I think this line: CODE obj.style.setAttribute("height", obj.tag+"px", false); should look like: CODE obj.style.setAttribute("height", obj.tag+"px"); Better version: CODE var styleattribute = obj.getAttribute('style'); if (typeof styleattribute == 'string') { // what Firefox returns obj.style.setAttribute("height", obj.tag+"px"); } else if (typeof styleattribute == 'object') { // what IE returns obj.style.height = obj.tag+"px"; } cheers -------------------- |
|
|
![]()
Post
#2
|
|
![]() ![]() Group: Management Joined: 2-January 06 From: Europe Member No.: 20317 ![]() |
Thank you for your feedback. The coding team is currently reworking some parts of the backend code. They might consider your fix later on.
-------------------- |
|
|
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 14th July 2025 - 10:23 PM |