Opened 12 years ago
Last modified 9 years ago
#9860 confirmed Bug
Magicline should access only space between current and closest block — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0.1 |
Keywords: | magicline IBM | Cc: |
Description
In this case it allows to insert space between divs by ctrl+alt+[, but it shouldn't. Accessing that space should be possible only from paragraph p1.
<div>div1</div> <div> <p>p1</p> <p>p2^</p> </div>