Tom van der Laan
Tom van der Laan
I'm having the same issue and it has to do with the time variants div height. Is it possible to initiate a recalculation of the scroll height? Because that would...
This is only a problem in popup mode. Inline the scrolling works fine.
I have tested this item :white_check_mark: successfully on b260e85c0cb2a67bd11592c9ae7f3bcd72d65f3fTested on 5.0.0-beta1-dev PBFThis comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37366.
Tested successfully on 4.3.5-devThis comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37540.
@brianteeman i tried to test this but i'm not seeing what option you're talking about that should still be displayed even when toggled to hide. Everything hides even before patch....
I have tested this item :white_check_mark: successfully on 9c8a2b5a96461a78a6f79e15e405564eb780f1b1This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39192.
I have tested this item :white_check_mark: successfully on 949a0da64a634b71f08e2a3eb05edcda467ba6a2Works fine! After applying patch i got this message instead of an error: There are no articles in this category. If subcategories...
> I have tested this item ✅ successfully on [54ac9e4](https://github.com/joomla/joomla-cms/commit/54ac9e42a08336b9985ce4cd624bcd3fcd06be19) > > This comment was created with the [J!Tracker Application](https://github.com/joomla/jissues) at [issues.joomla.org/tracker/joomla-cms/37993](https://issues.joomla.org/tracker/joomla-cms/37993). What did you do to succesfully get the...
I have tested this item :red_circle: unsuccessfully on 54ac9e42a08336b9985ce4cd624bcd3fcd06be19Could not replicate the error on saving before applying the patchThis comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37993.
@richard67 it also said you could do this approach: Or just edit libraries/src/Table/Content.php, replace at the bottom return parent::store($updateNulls); with return parent::store(true); to emulate the real case, next try to...