-
peterw8102 committed patchset 1307 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
11:03PM UTC on May 26 2009 in Whitebeam Web Application Server
-
User agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Screen info: 1280x1024x32
Description of problem:
Joining a group of paragraphs together and splitting into multiple lines in Firefox doesn't work.
Steps to reproduce:
In Firefox paste the following into the HTML source area and click update :
Hello
Line 1
Line...
09:31PM UTC on Nov 17 2008 in TinyMCE
-
I now understand a little more about the core structure and realise tiny_mce_src.js is simply a concatenation of all the various class files. Needing a solution I attach my complete hack to the file that has the problem : ForceBlock.js.
In my case I've tried the fix by directly patching tiny_mce.js - I can't get JSTrim.exe to do anything other than complain so I can't rebuild properly...
09:30PM UTC on Oct 29 2008 in TinyMCE
-
User agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3
Screen info: 1280x1024x32
Description of problem:
I use the 'id' attribute to keep track of some key information in a document. The code that implements 'forced_root_block' (forceRoots) - around line 11040, tiny_mce_src.js replaces the 'id' attribute of the first top-level block with...
04:35PM UTC on Oct 29 2008 in TinyMCE
-
peterw8102 committed patchset 1306 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
11:46PM UTC on Oct 22 2008 in Whitebeam Web Application Server
-
common/XPath/XmlPathUtils.cxx contains the CrbXmlElementSet::ToString method. This loops through the NodeSet looking for the first non-NULL node. Having found the node it should then convert that to a string *then* exit the loop. Instead it continues until all nodes are processed, writing the string value of each to the output string.
Fixed with a 'break' after extracting the first string.
11:45PM UTC on Oct 22 2008 in Whitebeam Web Application Server
-
Thanks to William Vambenepe (Oracle) for spotting this.
The bug is best illustrated in the Whitebeam web-site XPath test-bed. Execute the XPath expression :
string(/parent/child/@id)
on the default document. The node-set within the string function will contain three nodes. According to the XPath spec, the 'strong()' function on a NodeSet should return the string value of the first node...
11:35PM UTC on Oct 22 2008 in Whitebeam Web Application Server
-
peterw8102 committed patchset 1305 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
11:26PM UTC on Oct 22 2008 in Whitebeam Web Application Server
-
peterw8102 committed patchset 1304 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
09:33AM UTC on Oct 11 2008 in Whitebeam Web Application Server
-
peterw8102 committed patchset 1303 of module whitebeam to the Whitebeam Web Application Server CVS repository, changing 1 files.
08:18AM UTC on Oct 11 2008 in Whitebeam Web Application Server