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

Menuitem with upload="true" has layout problem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 7.0.2
    • None

      Open the page to see the layout issue (menubar becomes taller)

      Note:
      1. For the top level menuitem, the hotspot for the file selection dialog has moved below the menuitem.
      2. For the nested menuitem inside the menupopup, the hotspot overlaid the menuitem perfectly.

      test.zul
      <menubar>
          <menuitem label="Test menu 1 - Upload" upload="true" />
          <menu label="Test menu 2">
              <menupopup>
                  <menuitem label="Test menu item 1" />
                  <menuitem label="Test menu item 2 - Upload" upload="true" />
              </menupopup>
          </menu>
      </menubar>
      

            Jenkins Jenkins
            neillee neillee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: