Closed GoogleCodeExporter closed 8 years ago
Thank you. I'm looking forward to commit your patch, but i found a small
problem related to the test "if (Prado.WebUI.THtmlArea.tinyMCELoadState==0)"
at htmlarea.js:61.
The first time a THtmlArea is shown it works correctly, but if it gets hidden
and shown again, it won't work; i attach a small testcase for this.
Original comment by ctrlal...@gmail.com
on 27 May 2012 at 6:35
Attachments:
You are right. I forgot to add the line
Prado.WebUI.THtmlArea.tinyMCELoadState = 255;
to Prado.WebUI.THtmlArea::compressedScriptsLoaded. It needs to be added as the
first line to said method, and then your testcase will work as expected.
Original comment by google...@pcforum.hu
on 27 May 2012 at 9:29
Committed as r3148, thank you!
Original comment by ctrlal...@gmail.com
on 28 May 2012 at 6:57
I had to commit r3157 to fix a regression. THtmlArea was working flawlessy on
callback, while it was not able to render itself anymore on postback.
Original comment by ctrlal...@gmail.com
on 1 Jun 2012 at 8:09
This was most likely because you didn't commit my other patch for issue 235,
which now allows deferring of loading of JavaScript files (including Prado
scripts) until the end of the rendering phase.
Please have a look at that (new post at the end of issue 235) and check whether
the regression is present even if that fix/improvement is also applied!
Original comment by google...@pcforum.hu
on 1 Jun 2012 at 4:22
Sorry, as usual i didn't notice the comment. r3159 applies your latest patch
for #235 and reverts r3157
Original comment by ctrlal...@gmail.com
on 1 Jun 2012 at 10:38
Yeah, was a great idea from Google to remove the Updates summary page from Code
projects, thus making it impossible to easily track all changes at one place.
Considering migration to GitHub might be worth a thought.
Original comment by google...@pcforum.hu
on 1 Jun 2012 at 11:53
We already had that idea, but we planned it after the 3.2 release
Original comment by ctrlal...@gmail.com
on 2 Jun 2012 at 4:53
Original issue reported on code.google.com by
google...@pcforum.hu
on 26 May 2012 at 1:45Attachments: