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

hidden file upload input obstructing other widgets

XMLWordPrintable

    • ZK 9.5.0 S1

      Steps to Reproduce

      https://zkfiddle.org/sample/1ils06n/2-Upload-menuitem-bug

      Current Result

      part of the first button is overlayed by a hidden (opacity: 0) part of the actual file upload <input> element

      Expected Result

      other widgets should not be obstructed

      ideally reconsider this 'hack' (retest on supported browsers) to see whether it's still needed.

      Debug Information

      Workaround

              span.z-upload {
                  position: absolute;
                  top: 0px!important;
                  left: 0px!important;
              }
       // in IE > 10 and other modern browser
       span.z-upload input {
              pointer-events: none;
       }

            Leon03 Leon03
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 1 day, 4 hours
                1d 4h
                Remaining:
                Remaining Estimate - 1 day, 4 hours
                1d 4h
                Logged:
                Time Spent - Not Specified
                Not Specified