Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2035

Invalidate a Panel component with a button will cause a js error

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.5, 7.0.1
    • 6.5.4
    • Components
    • None

      http://screencast.com/t/02CdR9SJm3

      <zk>
      	<panel title="Panel" border="normal"
      		collapsible="true" width="150px">
      		<attribute name="onOpen"><![CDATA[
      			self.invalidate();
      		]]></attribute>
      		<panelchildren>
      			<button label="test button" />
      		</panelchildren>
      	</panel>
      </zk>
      

            danchen0720 danchen0720
            jimmyshiau jimmyshiau
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: