Pending

User tests: Successful: Unsuccessful:

avatar elkuku
elkuku
20 Dec 2011

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

avatar elkuku elkuku - open - 20 Dec 2011
avatar realityking
realityking - comment - 20 Dec 2011

9 commits for a one line change? Whoever commits this, please don't just merge, apply it manually. Thanks. :)

avatar elkuku
elkuku - comment - 21 Dec 2011

Well, I realized after submitting the pull that the branch contains also previous work done to the debug plugin. But I suppose it will be applied as a patch, so history is lost anyway ;)
But in fact it is all related to the debug plugin..

avatar elkuku
elkuku - comment - 14 Feb 2012

Just a little bumper after two month... is there any reason not to fix this ? I hope it is not because I mentioned Nooku....

avatar realityking
realityking - comment - 15 Feb 2012

Maybe you could explain a bit what your patch does? I don't understand it.

avatar elkuku
elkuku - comment - 15 Feb 2012

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 :)

avatar elkuku elkuku - close - 25 Jun 2012
avatar nternetinspired nternetinspired - reference | - 8 Jul 13

Add a Comment

Login with GitHub to post a comment