Ticket #1436 (new defect)
Display of sessions in "Open Session" has possible off-by-one error?
| Reported by: | bennie | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Session Management | Version: | 0.97 |
| Keywords: | osx | Cc: |
Description
With multiple sessions, the Open Session dialog has a "blank" entry and one of the sessions is missing. (screen shot 01)
If you change the sort order, all sessions appear. (screen shot 02)
Attempting to open the blank session results in an error. (screen shot 03)
A check of the tables in the config.db seems to check out. (log attached.)
Version info:
Padre 0.97
Core...
osname darwin
archname darwin-thread-multi-2level
Perl 5.12.4
Threads 2
RAM (unsupported)
Wx...
Wx 0.9904
WxWidgets 2.8.12
unicode 1
Alien::wxWidgets 0.55
Wx::Perl::ProcessStream 0.30
Wx::Scintilla 0.34
Other...
PPI 1.215
Debug::Client 0.20
PPIx::EditorTools 0.15
Config /Users/phil/Documents/work/padre/Padre/.padre
Padre 0.97
Core...
osname darwin
archname darwin-thread-multi-2level
Perl 5.12.4
Threads 2
RAM (unsupported)
Wx...
Wx 0.9904
WxWidgets 2.8.12
unicode 1
Alien::wxWidgets 0.55
Wx::Perl::ProcessStream 0.30
Wx::Scintilla 0.34
Other...
PPI 1.215
Debug::Client 0.20
PPIx::EditorTools 0.15
Config /Users/phil/Documents/work/padre/Padre/.padre
Attachments
Change History
Changed 13 months ago by bennie
- Attachment 01-default.png added
Changed 13 months ago by bennie
- Attachment 02-change-sort.png added
After changing the sort order, (in this case, "name") all sessions appear properly.
Changed 13 months ago by bennie
- Attachment 03-openerror.png added
The error if you try to open the "blank" session line.
Changed 13 months ago by bennie
- Attachment sqllite-session.txt added
Dump of the config.db session tables.
Note: See
TracTickets for help on using
tickets.

Default appearance of "Open Session" window. Blank row selected for highlight.