-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
https://github.com/icnocop/cuite/blob/master/src/CUITe/Controls/HtmlControls/HtmlControl.cs#L233
The WrapUtil function in HtmlControl doesn't handle HtmlRow ("tr") elements. So anytime I attempt to use the HtmlRow class, it throws an exception.
Is this intended behavior? If so, why? And what's the correct approach? Or is this just a bug?