Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
-
federico
- Veteran Member
- Posts: 74
- Joined: 2020-10-29 14:52
Post
by federico » 2021-03-30 08:43
Hi
this morning I installed the 5.95 update. Now the reach text area doesn't increase neither any scrolbar on the right appears
Hope to get news soon
thanks
-
facos79
- Veteran Member
- Posts: 119
- Joined: 2014-10-29 12:31
Post
by facos79 » 2021-04-15 10:58
I have the same problem too. Have you found a solution?
-
federico
- Veteran Member
- Posts: 74
- Joined: 2020-10-29 14:52
Post
by federico » 2021-04-15 11:23
no and nobody replied me

-
jsetzer
- AppGini Super Hero

- Posts: 1944
- Joined: 2018-07-06 06:03
- Location: Kiel, Germany
-
Contact:
Post
by jsetzer » 2021-04-15 11:43
Just asking:
Did you send a support request or bug-report to BigProf?
In this
community forum we cannot help fixing bugs which are in the core AppGini application.
AppGini Community Forums
A place where AppGini users can exchange ideas and help each other.
Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readability
AppGini 25.10 + all AppGini Helper tools
-
facos79
- Veteran Member
- Posts: 119
- Joined: 2014-10-29 12:31
Post
by facos79 » 2021-04-15 11:48
I opened the ticket a little while ago. I will update you as soon as I receive an answer.
Thank you
-
federico
- Veteran Member
- Posts: 74
- Joined: 2020-10-29 14:52
Post
by federico » 2021-04-15 11:53
I didn't sorry, But I guess somebody see it.
Ok, I don't open another ticket since Facos79 make it.
-
facos79
- Veteran Member
- Posts: 119
- Joined: 2014-10-29 12:31
Post
by facos79 » 2021-04-17 09:38
Hello, support has responded to my ticket.
They have taken charge of the bug fix and the changes will be made in the next version of appgini. In the meantime it can be solved as follows:
add this CSS rule to the hooks/footer-extras.php file (will add a scroll bar if content longer than box height)
Code: Select all
<style>
.nicEdit-main { overflow: auto !important; }
</style>
-
federico
- Veteran Member
- Posts: 74
- Joined: 2020-10-29 14:52
Post
by federico » 2021-04-17 10:18
Oh fantastic!
thank you so much for sharing!