Hendrik Bugdoll
Hendrik Bugdoll
The `scroll` event is missing **under Windows** when loading page via **anchor link** (i.e. http://domain.com/page.html#anchor). If the anchor is far away from page top, the nav header will be in...
There is a wrong namespace in asset file and view file of the recently added **story theme** for use with the `luya-themes` module. Furthermore, it would be nice to have...
### Describe the Bug If no Titanium SDK version is selected, no clear error message is shown in VSCode. ### Steps to reproduce the Bug 1. Have several SDK versions...
A `xyz` icon showing capital letters **XYZ** analog to `abc` (**ABC**) would be useful.
Simple icons for the most popular color modes would be very useful, analog to `hdr_on`(**HDR**): - `rgb` → **RGB** - `rgba` → **RGBA** - `cmy` → **CMY** - `cmyk` →...
A `draft` icon combined with a small gear would be great, analog to the following icons: `battery_profile`, `credit_card_gear`, `folder_managed`, `inbox_customize`, `manage_accounts`, `perm_data_setting`, `room_preferences`, `rule_settings`, `video_settings`.
### What are you changing/introducing - Added `page` property for blocks in both admin and frontend context as a replacement for `getEnvOption('pageObject')` resp. `getPageObject()`, which is now deprecated - Added...
After https://github.com/luyadev/luya-module-cms/pull/411 we have the following situation now: Same alias is prevented 1. with same parent item 2. or at root level ("same" `parent_nav_id` = `0`). ``` /* this is...
### What steps will reproduce the problem? Add multiple containers in the CMS. ### What is the expected result? Containers are sorted like in _CMS Settings_ > _Containers_ and thus...
**Introduction:** These warnings have caused confusion for several times, particularly as false positive errors ([[1]](https://github.com/tidev/titanium-sdk/issues/13792), [[2]](https://github.com/tidev/titanium-sdk/issues/13792), [[3]](https://github.com/tidev/titanium-sdk/discussions/13701), [[4]](https://github.com/tidev/titanium-sdk/discussions/13847), [[5]](https://tidev.slack.com/archives/C03CVQX2A/p1759151320686219)): ``` warning: Conditional compilation flags do not have values in Swift;...