P2Pvalue / jetpad

Real-time collaborative text editor built with SwellRT and Angular 2.
https://jetpad.net
GNU Affero General Public License v3.0
56 stars 8 forks source link

Infinite indent to the right #67

Open escalope opened 7 years ago

escalope commented 7 years ago
  1. select a text
    1. click on the "indent to the right" button
    2. click until the text reach the right side and keep on clicking

The text goes out of the document and overwrites the contributors

pablojan commented 7 years ago

Thank you for the contribution @escalope (such a cool name btw hehe) we will look into it!

alexseik commented 7 years ago

Hi @escalope and @pablojan! I can not reproduce this bug. I have tried inf chrome and firefox but it has not been revealed to me. (I understand that I have to try with the second button in toolbox from the end clicking until the selected paragraph exceed the right side, overlapping contributors section).

escalope commented 7 years ago

There you have. In firefox 52 image And chrome 57.0.2987.110 (64-bit) image Can check it yourself. https://jetpad.net/edit/prueba Choose any line and press image

alexseik commented 7 years ago

Ok @escalope I've seen your example. Thanks!

alexseik commented 7 years ago

Hi,

this issue is still active. I think the best solution is to enforce a maximum of levels. 5 for example.

alexseik commented 7 years ago

Hi, I think this issue should be fixed in swellrt api. Identation styles in bullets and enumerations are provided by default by swellrt. @pablojan