component with style 'position:absolute' in tabpanel/popup

XMLWordPrintable

    • Type: Bug
    • Resolution: Invalid
    • Priority: Major
    • None
    • Affects Version/s: 6.5.0
    • Component/s: None
    • Environment:

      JDK1.6.0_37/Tomcat6.0.35/ZK6.5.0

    • None

      Use style like "position:absolute;left:20px;top:8px;" for component(textbox/datebox/combobox and so on) in tabpanel, the top value haven't subtract the height of component 'tab'(tab is on the top).
      There is the same problem while this zul file is used with popup. But that's OK while this zul is used with west/center/east and so on.

      ZUL File(sample.zul):
      <?xml version="1.0" encoding="UTF-8" ?>
      <window xmlns="http://www.zkoss.org/2005/zul" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.zkoss.org/2005/zul http://www.zkoss.org/2005/zul/zul.xsd" xmlns:w="http://www.zkoss.org/2005/zk/client" width="100%" height="100%">
      <label value="message" style="position:absolute;left:20px;top:8px;"/>
      <textbox value="" style="position:absolute;left:50px;top:8px;" />
      </window>

            Assignee:
            Unassigned
            Reporter:
            jasonhoo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: