Opened 6 weeks ago
Last modified 37 hours ago
#49576 assigned defect (bug)
Menu Editor UI issues on med-large screens
| Reported by: | 
  
     | 
      Owned by: | 
  
     | 
    
|---|---|---|---|
| Milestone: | 5.5 | Priority: | normal | 
| Severity: | normal | Version: | |
| Component: | Menus | Keywords: | has-screenshots has-patch commit | 
| Focuses: | ui, css | Cc: | 
Description (last modified by )
Hello,
Just reporting two UI issues with the Menu Editor;
- On screens not quite on the medium breakpoint but not too wide you'll find the 'Save Menu' button falls directly below the Menu Name input.
 

*This is worst when the button is focused as the input overlaps the button.

- On larger screens when the input is beside the button you'll find the button is slightly larger.
 

*I've seen a few tickets flagging other parts of the UI for similar issues.
Thanks
Attachments (6)
Change History (15)
    
      
    #3
  
    
        
          
            
 @
            
11 days ago
        
    
  
  
  - Keywords needs-patch added
 - Milestone changed from Awaiting Review to 5.5
 - Owner set to audrasjb
 - Status changed from new to assigned
 
    
      
    #6
  
        in reply to:
    ↑ 4
    
        
          
            
 @
            
39 hours ago
        
    
  
  
    
Replying to man4toman:
It happens between 783px to 852px.
It happens to me at 783-852, and 961-976.
The patch fixed the first one, but not the second one... :(
    
      
    #7
  
    
        
          
            
 @
            
39 hours ago
        
    
  
  
  - Keywords needs-testing removed
 
Thanks for your patch @man4toman,
I updated the patch, in 49576.1.diff:
- change media query’s values to 
(min-width: 783px) and (max-width: 870px)to handle more use cases - some coding standards fixes
 
I think it's good to go now, thanks!
Adding a screenshot and commit keyword.
Cheers,
Jb
Note: See
        TracTickets for help on using
        tickets.
    
Create Menu directly up against Menu Name input on med-large screens.