JohnAustinDev / xulsword

Automatically exported from code.google.com/p/xulsword
17 stars 6 forks source link

Previous chapter/verse: different kind of previous #186

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using one of the previous tools (reference bar or hotkey) functions 
differently for chapters and verses:
- for chapters: it changes to the previous chapter, to the beginning of it 
(e.g. 1JN 1:5 to 2PE 3:1) 
- for verses: it changes not to the previous verse but to the beginning of the 
previous chapter (e.g. 1JN 1:1 to 2PE 3:1).

What is the expected output? What do you see instead?
To make it work in a similar way, I would expect one of the two ways:
1. Chapter change: 1JN 1:5 to 2PE 3:1 and verse change: 1JN 1:1 to 2PE 3:18
(This is at book/chapter boundaries: 
- previous chapter changes to last chapter of previous book and 
- previous verse changes to last verse of previous chapter) or
2. Chapter change: 1JN 1:5 to 2PE 1:1 and verse change: 1JN 1:1 to 2PE 3:1 
(This is at book/chapter boundaries:
- previous chapter changes to first chapter of previous book and 
- previous verse changes to first verse of previous chapter).

What version of the product are you using? On what operating system?
xs 3.4, all

Please provide any additional information below.

Original issue reported on code.google.com by wolfgang...@wycliff.de on 15 Jun 2012 at 10:23

GoogleCodeExporter commented 9 years ago
Previous and next chapter/verse functions (other than the scrolling function) 
no longer cross chapter boundaries. This greatly simplifies certain 
complexities and makes all such functions easily comprehensible to users.

Original comment by gpl.prog...@gmail.com on 3 Jun 2013 at 9:47