twinejs
twinejs copied to clipboard
When you click on maximize a passage, the passage disappears...
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.cssfile 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.
Just to confirm, exactly the same think happens on the web version, and the Mac app version
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.
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
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.cssfile has been loaded. - something else...
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...
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.
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