User tests: Successful: Unsuccessful:
When the session contains multiple objects, only the first object can be "unfolded" while the other(s) are displayed but can not be "opened" caused by a wrong id.
Test:
<?php
$foo = new stdClass;
$foo->bar = 'baz';
$_SESSION['foo'] = $foo;
joomlacode.org tracker: #27446
Just a little bumper after two month... is there any reason not to fix this ? I hope it is not because I mentioned Nooku....
Maybe you could explain a bit what your patch does? I don't understand it.
It is just a simple mistake, done by a guy with poor Javascript abilities (me).
Please just try the three lines of code I posted above in a place where they get executed, turn on debug and have a look at the debug output. You will see the entry in the session tab, but it can not be "unfolded" - apply the patch and F5.
If you can improve the ugly Javascript (without using mootools) - that would bee cool.
Hope this helps :)
9 commits for a one line change? Whoever commits this, please don't just merge, apply it manually. Thanks. :)