David
unread,Nov 10, 2010, 1:19:05 AM11/10/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ModelText
Hi Chris,
Nice component. While evaluating for potential commercial use (the
top level api), I encountered this bug which is a showstopper fro our
consideration:
Html allows multiple (1 to N) classes to be space separated within the
class attribute of a tag. For example:
<div class="content_block description_block">This is my text</div>
In this case, two classes should be applied to the div element:
content_block and description_block.
Currently, the ModelText component does not correctly resolve both
styles--in fact it appears to ignore both and only apply the element
selector for div.
Can you verify this issue and if you concur, estimate a resolution
date?