Your message dated Tue, 1 May 2007 14:32:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#254725: JavaScript string assignment is incomplete
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: Mozilla
Version: 1.4-2
Executing the following 3 lines of JavaScript code
Pre = Window . document . getElementsByTagName ( "Pre" )
Text = Pre [ 0 ] . childNodes [ 0 ] . nodeValue
alert ( Text . length )
I never get a result greater than 4096.
In other words I can't completely copy in Text the ending text of a <Pre>
element contained in a document of another window if its length exceeds 4096
characters.
--- End Message ---
--- Begin Message ---
Package: iceape
Version: 1.0.6-1
On Wed, Jun 16, 2004 at 06:13:14PM +0200, Alberto Orioli <[EMAIL PROTECTED]>
wrote:
> Package: Mozilla
> Version: 1.4-2
>
> Executing the following 3 lines of JavaScript code
>
> Pre = Window . document . getElementsByTagName ( "Pre" )
> Text = Pre [ 0 ] . childNodes [ 0 ] . nodeValue
> alert ( Text . length )
>
> I never get a result greater than 4096.
> In other words I can't completely copy in Text the ending text of a <Pre>
> element contained in a document of another window if its length exceeds 4096
> characters.
Just tested with iceape (which now replaces mozilla), and it correctly
returned a value > 4096.
Mike
--- End Message ---