9 Dec
2009
9 Dec
'09
11:06 p.m.
On Wed, Dec 09, 2009 at 08:47:46PM +0000, corvid wrote:
Tim wrote:
I'm still uncertain on what to do in case that DISPLAY_NONE is set. As you noticed it's not enough to not call the tag open functions, as text will still be added.
I'd suggest to add the elements to the dw representation regardless of their "display" value.
This sounds right to me, too. I'll take a look at preventing them from being drawn and taking up space.
Great, it showing and hiding of hidden form entries works nicely already.
Also, iterators would have to ignore undisplayed words for copying text. Is there any case where iterators would need to be able to notice them?
No, I don't thinks so. For searching and text selection it should not be needed.