On Thu, Mar 25, 2010 at 5:00 PM, Markus Weimar <markus.wei...@googlemail.com> wrote: > My list of issues is quickly shrinking. The last spacing/paragraph > related problem I see is a missing paragraph around the first > paragraph: > > [(list "{Àpfel:tags}" fmt="[[{p}&tag={+p}|{+p}]]" join=" > ")]Even if I write here! > > [if set {?tag}]**{?tag}**[if] > > Writing something in the _second_ paragraph _outside_ the if tags, > will make the first paragraph become a paragraph.
The easiest way to fix this might be to just add an extra line return after the closing [if]. BoltWire generally does not wrap a single line in paragraph tags because it assumes it is either inside some other element (like a table) or it is some escaped output. To try and fix this would likely break more things than it would fix. And the workaround seems easy enough... > Open issues: > > 1) Deleting a field copy of a system page leaves an empty page, no way > to delete it. I think you decided to ask the user what to do. I plan to, when I get a chance. Probably in 4.xx... > 2) Did you finally decide about data stamping? Not really sure. Probably in in 4.xx we can add some kind of parameter like: [command stamp some.page data=true] to get it to save data information as well. Should be easy enough. > Proposal: Automatically move the focus to the first text field. For > example, before logging in you have to move the focus to the text > field to type your username. Same for search. Google does this too, by > the way. Looked into this--and it is a bit tricky. If could just add a js=focus to the core I would do it. But from what I've read, this has to be set in the body tag, not the input tag. I may chew on the idea some more as it is a valuable one. And it may have to be done in the core to really work right anyway. And BoltWire has the ability to dynamically insert things in the body tag... But then again, you would have to identify the form... I don't know... > Otherwise a very good release. Assuming no major problems, this should be come 3.5. Finally! :) Cheers, Dan -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to boltw...@googlegroups.com. To unsubscribe from this group, send email to boltwire+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.