twinejs icon indicating copy to clipboard operation
twinejs copied to clipboard

When you click on maximize a passage, the passage disappears...

Open R2ot07 opened this issue 2 years ago • 7 comments

Describe the bug.

When you click on maximize a passage, the passage disappears...

Steps to reproduce:

I open the passage and everything is fine, but as soon as I press maximize, everything disappears.

Expected behavior:

I expected it to work as usual...

Additional context on this problem.

After I press maximize I can't interact with other passages. Have to go to the main menu

Twine version number

2.7.0

Does this problem occur with the web version of Twine or the desktop app?

Desktop app

What operating system does this problem occur on?

Windows

If this problem is occurring with the web version of Twine, what browser does it occur on?

None

Presubmission checklist

  • [ ] I am interested in working on code that would fix this bug. (This is not required to submit a bug report.)
  • [X] I have done a search and believe that an issue does not already exist for this bug in the GitHub repository.
  • [X] If this problem is occurring with the app version of Twine, it still happens after I remove the user.css file from my Twine folder. (You would've added this file yourself. If you don't understand this question, you can safely check this box.)
  • [X] I have read and agree to abide by this project's Code of Conduct.

R2ot07 avatar Jul 09 '23 08:07 R2ot07

Just to confirm, exactly the same think happens on the web version, and the Mac app version

hituro avatar Jul 14 '23 10:07 hituro

Temp workaround for this in app Twine is to put this in user.css:

.maximized .passage-edit-stack {
  height: 100%;
}

This is a regression introduced here.

klembot avatar Jul 20 '23 02:07 klembot

Temp workaround for this in app Twine is to put this in user.css:

.maximized .passage-edit-stack {
  height: 100%;
}

This is a regression introduced here.

Created a user.css file in Twine folder. I have a question. Why is there no response to this css file? 2.7.0

R2ot07 avatar Jul 20 '23 18:07 R2ot07

@R2ot07

Why is there no response to this css file?

By "no response" do you mean:

  • the Passage is still disappearing, even though the Web Developer Tools shows it's being applied.
  • the CSS rule isn't being applied, confirmed using the Web Developer Tools.
  • the application doesn't notify the end-user that a user.css file has been loaded.
  • something else...

greyelf avatar Jul 20 '23 23:07 greyelf

1 the application doesn't notify the end-user that a user.css file has been loaded. 2 the Passage is still disappearing css doesn't seem to work at all... 2023-07-21_06-14-28

R2ot07 avatar Jul 21 '23 03:07 R2ot07

1 the application doesn't notify the end-user that a user.css file has been loaded.

The user.css file needs to be inside the Twine folder, at the same level as the Backups and Stories folders, not in the folder with the application itself.

hituro avatar Jul 21 '23 09:07 hituro

I created an account on GitHub just to report this bug. (And I found this thread)

Here's some extra info about my config:

Twine version: 2.7.0.0 OS: Windows 11 CPU: Intel i5-8400 GPU: AMD RX 6700 Display resolution: 2560 x 1440

GenesicArthur avatar Jul 30 '23 10:07 GenesicArthur