Ticket #140 (assigned defect)
reordering tabs does not change their order with ctrl+tab
| Reported by: | jquelin | Owned by: | (none) |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | External dependency | Version: | trunk |
| Keywords: | Cc: |
Description
- open 3 tabs
- move last tab to middle position
- ctrl+tab now selects tab #1
==> it follows opening order whereas it should follow display order
Change History
comment:3 Changed 4 years ago by azawawi
- Status changed from accepted to closed
- Resolution set to fixed
The tab move feature is now disabled. Obviously there is no direct way to fix it with the current wx::AuiBook? API.
comment:4 Changed 4 years ago by szabgab
- Status changed from closed to reopened
- Resolution fixed deleted
comment:5 Changed 4 years ago by azawawi
- Owner changed from azawawi to (none)
- Status changed from reopened to assigned
comment:7 Changed 4 years ago by rhebus
- Priority changed from major to minor
- Version changed from 0.16 to trunk
- Component changed from editor to External dependency
Bug listed in wxAuiNotebook here: http://trac.wxwidgets.org/ticket/10848
Note: See
TracTickets for help on using
tickets.

When a new page is opened it gets +1 the highest existing id number in
the notebook and placed as the last page.
When a page is closed all the pages with id > thanthe id that was closed
will get their id--.
When a page is dragged over it retains its id number.
Ctrl-TAB apperantly works in number order.