Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility Issue in Arranging the Menu Items #6238

Closed
wants to merge 49 commits into from

Commits on Mar 6, 2024

  1. Select Field Addition

    Rcreators committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d86ec21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9328675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d8a90f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92e340d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    a2e2679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    317abaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38994a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcf8d03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4dbb6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51b3e06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2af011 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1c00c4 View commit details
    Browse the repository at this point in the history
  9. Some errors code updated

    Rcreators committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    84b9e69 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. PHP white space issue

    Rcreators committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    825fedb View commit details
    Browse the repository at this point in the history
  2. Js errors

    Rcreators committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    dc3ded0 View commit details
    Browse the repository at this point in the history
  3. minor js error

    Rcreators committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    231f192 View commit details
    Browse the repository at this point in the history
  4. Most functionality done

    - Dragging also updating parent and order dropdown
    - Changing parent also take child with it
    - Changing order also take child with it
    Rcreators committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    e0c2bc3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    6497a77 View commit details
    Browse the repository at this point in the history
  2. Js code standard

    Rcreators committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    0316b7e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Minor spacing issue

    Rcreators committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    e52f7c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa4f6dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea984af View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    d1c0db7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Refresh Code

    Rcreators committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5e0905a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Customiser Code removed

    Rcreators committed May 7, 2024
    Configuration menu
    Copy the full SHA
    735013f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    b98d661 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Walker Html Changes updated

    Updated html structure based on github request.
    Rcreators committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    f51c146 View commit details
    Browse the repository at this point in the history
  2. Variable name fix

    Rcreators committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5e6d31f View commit details
    Browse the repository at this point in the history
  3. Speak Function Added.

    Rcreators committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    750fac1 View commit details
    Browse the repository at this point in the history
  4. Final Nav Menu Js update

    Fix some bugs
    Rcreators committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5004282 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96b9548 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Final Update for Parent Update Change

    - Entire parent update function updated to count items properly after detaching menu item and its children and put them back to menu at defined location.
    Rcreators committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    0e3fdf9 View commit details
    Browse the repository at this point in the history
  2. Javascript Standard Update

    - var menuItems = $( '#menu-to-edit li' ),
                             ^ 'menuItems' is already defined. - Removed Var from this instance
     - var menuItemWithChild, menuItemNewPosition,
                             ^ 'menuItemWithChild' is defined but never used. - Removed
    - menuItemPosition = parseInt( menuItem.index(), 10 ),
                             ^ 'menuItemPosition' is defined but never used. - Removed
    - parentItemChildern = parentItem.childMenuItems(),
                             ^ 'parentItemChildern' is defined but never used. - Removed
    Rcreators committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    85c88f0 View commit details
    Browse the repository at this point in the history
  3. Added Speak Translation

    Rcreators committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5cb2d99 View commit details
    Browse the repository at this point in the history
  4. PHP Code Standard

    Forgetting Spaces :-)
    Rcreators committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    77f808b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    fa4bf0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2c538d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d24f81c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65b376f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Update logic for Changing Order

    Completely new logic with sub items list only.
    Rcreators committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e50fb36 View commit details
    Browse the repository at this point in the history
  2. Minor Js issue.

    Rcreators committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    03c4e02 View commit details
    Browse the repository at this point in the history
  3. Removed unused variable

    Rcreators committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    288c11f View commit details
    Browse the repository at this point in the history
  4. Remove unused variable

    joedolson committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    40de312 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e968ba6 View commit details
    Browse the repository at this point in the history
  6. Again missing semicolon

    Rcreators committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ebd2af7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e108874 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e9a294e View commit details
    Browse the repository at this point in the history
  9. Expand spacing

    joedolson committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4872909 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    123e75a View commit details
    Browse the repository at this point in the history