Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elements in array missing #34

Closed
GoogleCodeExporter opened this issue Mar 22, 2015 · 4 comments
Closed

elements in array missing #34

GoogleCodeExporter opened this issue Mar 22, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.  send to fb an array  
so the Server tab will look like this:
array(
 ['FirePHP.Firebug.Console'] =>
array(... 2 elements ... )
   [0] =>
array(... 2 elements ... )
     [0] =>'LOG'
...
     [1] =>array(... 4 elements ... )
       [0] =>'<script language="javascript"> '
...
       [1] =>' document.domain = "dev.com"; '
...
       [2] =>'</script> '
...
       [3] =>'efa255e4-f1a9-4531-9370-467310ad85dd'
...

      )
    )
  )
)

2 .in the console output fb look like this:
http://dev.com/users/add
Array(4)

What is the expected output? 

clicking on the array(4)
must display the 4 elements in the array


What do you see instead?

clicking in the array(4) displays this:
array( [0] =>' '
...
 [3] => 'efa255e4-f1a9-4531-9370-467310ad85dd'
...
)

elements 1 and 2 are missing


What version of the product are you using? 
1.2.1

On what operating system?
gnu/linux kubuntu hardy heon

Please provide any additional information below.


Original issue reported on code.google.com by ndw...@gmail.com on 17 Sep 2008 at 10:56

@GoogleCodeExporter
Copy link
Author

Original comment by christop...@gmail.com on 17 Sep 2008 at 11:22

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Original comment by christop...@gmail.com on 1 Oct 2008 at 1:50

  • Added labels: release-0.2

@GoogleCodeExporter
Copy link
Author

Fixed in 0.2 BETA

Original comment by christop...@gmail.com on 1 Oct 2008 at 6:34

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by christ...@christophdorn.com on 22 Oct 2008 at 5:11

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant