GNOME Bugzilla – Bug 101775
repeated rows entry values forgotten?
Last modified: 2004-12-22 21:47:04 UTC
hi, This is with 1.1.x current CVS - with my patch from 67822 applied (may be related). Do these steps: 1. Go to File->Page Setup (you get a window which says 'Print Setup' - should it be 'Page Setup'??) 2. Go to the sheet tab. 3. Type in 1:1 in the repeated rows entry (or the columns equiv) 4. Click ok. 5. Repeat steps 1 + 2. You will notice that the typing in the repated rows entry has been LOST. I find it hard to see if my 67822 patch broke this... Is it broken in other peopls cvs copies?
Yes it seems liek a result of the parsing change. range_parse does not handle the generated results of the selection 1:1 or A:A it still assumes that things are of the form A1:B2 I'll fix it in a sec.
Fixed in cvs. Things could still use some tuning to avoid the addition of absolute ref signs. However, its at least usable.