Quote:
Originally Posted by Serpentine
[*]Fails to render many valid pages in 'book' view. Render correctly in 'peview' mode.
Example : <p>" %1"</p>
|
If you see any more like this can you post them. BV has issues with certain characters it thinks are codes which have to be unencoded first - most should be taken care of but if you post examples they can be fixed.
Quote:
Originally Posted by Serpentine
[*]The find/replace toolbar icon should act as a toggle. The horizontal line above the search options (i.e under the replace field) adds no value. Thanks for not hiding the find count now!
|
If it toggled you wouldn't be able to select text and then open/re-open Find (with Ctrl-F or clicking the icon) and have your text be put into the Find line. This way Ctrl-F/icon is always Open Find. Personally I always have Find open but then I'm usually in Code View.
Quote:
Originally Posted by Serpentine
[*]The delete key in ckeditor seems to highlight elements on other lines, when you are expecting it to just move something up? (happens with tables and lists with blank space above them)
|
Highlighting in BV is subject to a bug in Qt that causes more text to be highlighted than expected - although its on a visual highlight and not an actual selection. I have seen the delete key cause BV to change styles differently than expected - perhaps deleting an unseen div - but that's CKEditor's code.
Quote:
Originally Posted by Serpentine
[*]Navigating around some elements (keyboard) causes the cursor to be reset to the top of the file.
|
Any examples - seems ok for me, but I've tended to navigate by mouse.
Quote:
Originally Posted by pwr
Unrelated -- meme, would it be possible to have in 0.6 something similar to the split view from 0.5? Not necessarily a code/book edit split, more likely a code/preview split, with instant updates on the preview side.
|
This is purely user_none's area. Its definitely not something for 0.6.0. Split view with cursor syncing was a major pain code wise. I liked using it as well though. Suggestions of a web based editor are interesting, though I suppose you might also be able to refresh the view on a keypress or mouse action so its not with every key press. I've gotten used to editing in Code View and switching back to Preview or Book View after a while though.
Quote:
Originally Posted by Serpentine
[*]If a doctype is not present in the code, book view will add one, however it does this in the rendered content.
|
Reproducible, will add to the list to check.
Quote:
Originally Posted by Serpentine
[*]Zoom in book view resizes the ui elements/toolbar
|
Yes it does seem to. Doubt that's changeable, although seems ok to me.
Quote:
Originally Posted by Serpentine
[*]If you paste with an empty clipboard, you will paste an and then it highlights the rest of the node or until a special character. This highlighted area is not a true selection and you are required to manually select it to clear the highlighting.
|
Sounds like the Qt highlighting bug - although how are you getting an empty clipboard?
Quote:
Originally Posted by Serpentine
[*]Navigating the cursor past some tags, headings in specific ends up with rubber banding unless you hold down the key.
|
Not sure what you mean. Moving by cursor across headings seems ok, at least in Ubuntu 12.04.
Quote:
Originally Posted by Serpentine
[*]XML <!--comments--> entered into the editor break nodes and pollute nearby tags. This does not happen in all tags, but lists for example break, other times it is correctly escaped and sometimes it is padded with other comments (i.e <!--StartFragment--><!-- Derp --><!--EndFragment-->). A very edge case, sure but it showed up when I opened a bunch of old converted notes.
|
Do you have an example epub to check?
Quote:
Originally Posted by Serpentine
Request : Could the validation pane be made dockable with other containers - it eats quite a bit of vertical space; and allowing it to dock onto the side panels (as they currently support) would be nice. At the moment it's actually pretty hard to even get it back to its old place once you've got it floating.
|
I don't know about being dockable, but opening closing it is easy. Just shrink the validation window at the bottom (drag the bar to lower its height), then double click on its titlebar to open it undocked. Change it to whatever size you want. Then double-click the titlebar again to re-dock it. If you undock again it keeps its undocked size.