generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed as not planned
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this pluginupstream bugUndesired behavior caused by a bug in Obsidian or another pluginUndesired behavior caused by a bug in Obsidian or another plugin
Description
Please fill out these Check-boxes
- I checked for existing similar issues
- I checked that the plugin is up to date
- The issue persists with all other plugins and themes disabled
Plugin Version
1.3.3
This Issue Occurs on
- Windows
- Linux
- macOS
- Android
- iOS
Debug Info
SYSTEM INFO:
Obsidian version: v1.7.7
Installer version: v1.4.13
Operating system: Windows 10 Pro 10.0.19045
Login status: not logged in
Language: en
Insider build toggle: off
Live preview: off
Base theme: dark
Community theme: ITS Theme v1.3.31
Snippets enabled: 9
Restricted mode: off
Plugins installed: 33
Plugins enabled: 2
1: Meta Bind v1.3.1
2: Iconize v2.14.7
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Community plugins: for bugs, please first try updating all your plugins to latest. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community plugins.
Describe the Issue
- Icons from the "iconizer" plugin are no longer displayed when inside the tab block. In the previous version - I updated from 1.3.1 -, it still worked. There was no update on the iconizer plugin.
- Didn't notice console errors.
Steps to Reproduce
- Prerequisite: metabind + iconizer + Lucide Icons Pack.
- Create a test note with the tabs below.
- Then update metabind plugin from 1.3.1 to 1.3.3
>[!infobox|wfull center] wm-sm]
>
> ```meta-bind
> INPUT[select(
> option(1, :LiAArrowDown:: 1 ),
> option(2, :LiAArrowUp:: 2),
> option(3, :LiBook: 3),
> option(4, :LiActivity:: 4),
> option(5, :LiWrench: 5),
> class(tabbed)
> )]
> ```
>> [!tabbed-box]
>>> [!div|no-t no-i clean]
>>> Test 1
>>
>>> [!div|no-t no-i clean]
>>> Test 2
>>
>>> [!div|no-t no-i clean]
>>> Test 3
>>
>>> [!div|no-t no-i clean]
>>> Test 4
>>
>>> [!div|no-t no-i clean]
>>> Test 5
The same code no longer works with version 1.3.3:

In debug info only metabind was updated:
Plugins enabled: 2
1: Iconize v2.14.7
2: Meta Bind v1.3.3
Expected Behavior
- Icons should still be shown whenever they are encountered.
Metadata
Metadata
Assignees
Labels
bugUndesired behavior caused by this pluginUndesired behavior caused by this pluginupstream bugUndesired behavior caused by a bug in Obsidian or another pluginUndesired behavior caused by a bug in Obsidian or another plugin
