- Issue created by @trafo
- Status changed to Closed: works as designed
about 1 year ago 12:40pm 18 September 2023 - πΊπΈUnited States bnjmnm Ann Arbor, MI
This is expected behavior. All source code is part of the primary jquery_ui module as of version 1.5. By centralizing the codebase in a module we'd need to depend on anyway, we eliminate the risk of versions being out of sync.
This (and other jquery_ui 2.x widget modules), mark the jquery_ui module as a dependency so enabling should not be possible unless the necessary modules are present. Presumably a problem was encountered but it is not due to what wa reported here as that is by design and has been working fine for users for close to 2 years. When a widget module such as this one is enabled, the relevant code in the primary jQuery UI module is actived.
- πΈπ°Slovakia trafo
My bad, it works. Must have been some cache issue while I was doing module update, although I remember frantically cleaning it. Thank you for your time.