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

Focus lost when tapping & change title value insides a window

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.3, 6.5.1
    • 6.0.2, 6.5.0
    • Components
    • None

      <zk>
      <label multiline="true">
      Focus lost when tapping & change title value insides a window . (only firefox does well, chrom and IE all has issue.)
      1. in Chrome, edit textbox1 and tab, it should focus on textbox2 and select all of textbox2 and the window title should change to the value you editied.
      2. in IE9, edit textbox1 and tab, it should focus on textbox2 and select all of textbox2 and the window title should change to the value you editied.
        
      </label>
      	<zscript>
      	
      	</zscript>
      	<window id="win" title="no title" border="normal">
      		<vlayout>
      			<label id="lb" value="no value"/>
      			<textbox id="tb1" onChange='win.title = self.value' value="Title 1"/>
      			<textbox id="tb2" onChange='lb.value = self.value' value="Label 1"/>
      			<textbox id="tb3" onChange='win.title = self.value' value="Title 3"/>
      		</vlayout>
      	</window>
      </zk>
      

            vincentjian vincentjian
            dennis dennis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: