|
Home > Archive > Microsoft Content Management Server > September 2006 > script errors in revision history
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
script errors in revision history
|
|
|
| Hello Everyone,
When I try to review the history of a posting using the revision history
(not comparing, only watching a previous version of it) the following
javascript error appears "object required" generating the error from firefox
for catching proposals I get the following:
Error:
document.getElementById(" ConsolaUDEM1:Console1:clpPagsInProd_cont
entRow")
has no properties
Source File:
http://localhost/NR/exeres/BC01B0C2...ew&nr_emit=View
Line: 2934
in the line described before exists the following code:
<script language="javascript">
var ConsolaUDEM1_clpConsole_Height =
document. getElementById('ConsolaUDEM1:clpConsole_
contentRow').clientHeight;
</script>How can I resolve this issue??Thanks In AdvanceKMILO
| |
|
| I have something to add that I forget, the console is into a collapsable
panel to make easy the navigation into, appearently the error is caused by
this object but I can't figure it out why because this object is always
visible...
"KMILO" <kmilovm@hotmail.com> wrote in message
news:etGSWjA3GHA.5048@TK2MSFTNGP05.phx.gbl...
> Hello Everyone,
>
> When I try to review the history of a posting using the revision history
> (not comparing, only watching a previous version of it) the following
> javascript error appears "object required" generating the error from
> firefox for catching proposals I get the following:
>
> Error:
> document.getElementById(" ConsolaUDEM1:Console1:clpPagsInProd_cont
entRow")
> has no properties
> Source File:
> http://localhost/NR/exeres/BC01B0C2...ew&nr_emit=View
> Line: 2934
>
> in the line described before exists the following code:
> <script language="javascript">
> var ConsolaUDEM1_clpConsole_Height =
> document. getElementById('ConsolaUDEM1:clpConsole_
contentRow').clientHeight;
> </script>How can I resolve this issue??Thanks In AdvanceKMILO
>
| |
| Stefan [MSFT] 2006-09-20, 7:26 am |
| Hi Kmilo,
this error says that an object is not availble in IE dom.
The name of the object "clpPagsInProd_contentRow" does not look like one of
the objects in our standard console.
It seems to be a custom console.
You should contact the developer of the custom console to analyze his code.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"KMILO" <kmilovm@hotmail.com> wrote in message
news:uFXLLnA3GHA.4972@TK2MSFTNGP03.phx.gbl...
>I have something to add that I forget, the console is into a collapsable
>panel to make easy the navigation into, appearently the error is caused by
>this object but I can't figure it out why because this object is always
>visible...
>
>
> "KMILO" <kmilovm@hotmail.com> wrote in message
> news:etGSWjA3GHA.5048@TK2MSFTNGP05.phx.gbl...
>
>
|
|
|
|
|