Re: [Xsltforms-support] The <xf:delete> does not delete the 1st node of <xf:itemset> bound by a <xf
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-03-27 13:19:43
|
Hi, > If i'm correct, at your last commit r367, Alain, you are fixing the > "itemset's-1st-node-not-deleted" problem i reported yesterday. > Yes, the SVN version includes an important optimization for IE about .length calculations in loop. Unfortunately, this cannot be done in every statement and some regressions, such as this one, have already been fixed. > I hope it won't be difficult to backport it to beta-2. > I haven't tested it with beta-2 since it works now with SVN... > Have you also noticed the tracker item about the use of the 'size' > attribute on 'input' elements[1] i submited 20 days ago? > Yes, it isn't already fixed because size value is expressed as a number of characters while width is expressed as a number of pixels: I have to find how to convert this in every CSS situation. It shouldn't be difficult indeed but, because it doesn't sound as a priority, help is welcome! Thanks! -Alain |