PeteAUK / warscroll-designer

A Warscroll creation tool for the Age of Sigmar system (issue tracker)
0 stars 0 forks source link

Some Abilities self-organize on page, others scroll off page #20

Closed Merhotep closed 1 year ago

Merhotep commented 1 year ago

There is space under the description, but sometimes an ability added just starts a new column off-screen making the scroll unprintable on 1 page. I haven’t id3ntified the pattern yet; sorry!

PeteAUK commented 1 year ago

Hi, could you fill out a bit more information as per the template please, including a few screenshots? Not come across this in the development process yet so need a bit of direction with where to look to resolve.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Merhotep commented 1 year ago

Pete,

Not sure this is a true bug, if my total text could not quite be made to fit,after all. I discovered the function to select page style, and by increasing to next size up, everything is successfully inserted. Thanks.

On Thu, Jun 15, 2023 at 10:26 AM PeteA @.***> wrote:

Hi, could you fill out a bit more information as per the template please, including a few screenshots? Not come across this in the development process yet so need a bit of direction with where to look to resolve.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

— Reply to this email directly, view it on GitHub https://github.com/PeteAUK/warscroll-designer/issues/20#issuecomment-1593173097, or unsubscribe https://github.com/notifications/unsubscribe-auth/BATDMJY2XP4JWE3YG7JQE2LXLMLQFANCNFSM6AAAAAAZH5LZWQ . You are receiving this because you authored the thread.Message ID: @.***>

PeteAUK commented 1 year ago

This sounds like it may be related to the text flow that comes from the CSS "columns" property. Rather than trying to write my own column wrapping routine (which is notoriously difficult due to font-width etc), I'm using a browser based solution. However it is exceptionally fickle at times.

Glad the page style has resolved this.