Opened 15 years ago
Closed 15 years ago
#1091 closed defect (fixed)
<next> button in plug-in wizard scrolls out of view when plug-in description is long
Reported by: | Jari Häkkinen | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 2.8 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
When selecting a plug-in to run the description of the plug-in is in many cases very long. I have to scroll down a lot to actually click the <next> button to get to the plug-in parameters. It would be nice if the <next> and <cancel> button could be placed before the description field.
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → BASE 2.8 |
---|---|
Owner: | changed from everyone to Nicklas Nordborg |
Priority: | major → trivial |
Status: | new → assigned |
Summary: | Plug-in dialog improvement: Move <next> button above description → <next> button in plug-in wizard scrolls out of view when plug-in description is long |
Type: | enhancement → defect |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The placement of buttons are the same in all dialogs. The proper solution is to limit the size of the description text and add an internal scroll bar. This is already done in a lot of other places.