GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
761 stars 60 forks source link

Edit button not always visible #77

Closed timhutton closed 4 years ago

timhutton commented 4 years ago

When lines in a kernel are long, the edit button cannot be seen without scrolling the info pane to the right: image

The edit buttons should always be visible.

timhutton commented 4 years ago

I haven't found a way to do this in wxHTMLWindow, which doesn't allow CSS.

In a browser we can fix this with a table style: style="table-layout: fixed; width: 100%;":

image

@andykt - if we switch to wxWebView do you anticipate any problems?

andykt commented 4 years ago

On Fri, Jul 17, 2020 at 12:02 AM Tim Hutton notifications@github.com wrote:

@andykt https://github.com/andykt - if we switch to wxWebView do you anticipate any problems?

Never used it so hard to say. Wouldn't a simpler solution be to just move the "edit" links to the left edge?

timhutton commented 4 years ago

This works, thanks! The Info Pane doesn't look great but is more functional now.

danwills commented 4 years ago

Nice one guys! I look forward to building from recent source just to try this, sounds like a good improvement.

On Wed, 22 Jul 2020, 3:36 am Tim Hutton, notifications@github.com wrote:

Closed #77 https://github.com/GollyGang/ready/issues/77 via 1b2b419 https://github.com/GollyGang/ready/commit/1b2b419226689ccdf40888e803e31e62b84821a2 .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GollyGang/ready/issues/77#event-3572501117, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEDSJWL2HLUIVGMQOQZLI3R4XKKVANCNFSM4OX3FHMA .