Uploaded image for project: 'Hue (READ ONLY)'
  1. Hue (READ ONLY)
  2. HUE-513

Context menus are finicky on where you can click

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Won't Fix
    • Affects Version/s: backlog
    • Fix Version/s: 2.0.0-beta
    • Component/s: core.ui
    • Labels:
    • Easy:
      Easy

      Description

      Example fix:

      .jframe-shared ul.context-menu li {
      padding: 0;
      }
      .jframe-shared ul.context-menu li a {
      padding: 3px 3px 3px 23px;
      background-position: 3px 3px;
      display: block;
      }

      Note that we can't just dump this in there; we need to check other css declarations that reference the context menu and make sure they don't depend on the other styles being present. Also note that this has no dependence on any JavaScript or anything; it's purely a layout problem.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              nutron Aaron Newton
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: