In the HTML Editor Component these features have been commented out in the HtmlEditorComponent.razor file.
Once resolved (CSS ISSUE) we can add these.
Additional Info:
Quit working after PR merged to move to the component to Edit.razor and .NET 8 along with other updates.
My current most updated version the entire toolbar is not working properly. I am pretty sure this has to do with the sass/css code either not getting selected properly. The name changed but wasn't updated right for example rz- changed to html-editor-... but in the code the name changed and was updated to htmlEditor or htmleditor-.
This could be most likely in the HtmlEditor.Blazor.cs file and where I will be reviewing how we can get a working version of CSS with "Bootstrap"
We may need a theme picker?! So you can choose a default theme setting for the module site wide and also per instance in Settings.razor
Font toolbar items work, they are just not presenting themselves the options to select when you click on them. If you cannot select them... well really they do not work but the functionality if you can select them works.
z-index and variable css styles may need closer review here as well. I seen interactivity can be broken if not in interactive mode, but we are so these features should all work. I just dont think we can select them as they are hidden or some other bug.
Issue
In the HTML Editor Component these features have been commented out in the
HtmlEditorComponent.razor
file.Once resolved (CSS ISSUE) we can add these.
Additional Info:
Quit working after PR merged to move to the component to Edit.razor and .NET 8 along with other updates.
My current most updated version the entire toolbar is not working properly. I am pretty sure this has to do with the sass/css code either not getting selected properly. The name changed but wasn't updated right for example
rz-
changed tohtml-editor-
... but in the code the name changed and was updated tohtmlEditor
orhtmleditor-
.This could be most likely in the HtmlEditor.Blazor.cs file and where I will be reviewing how we can get a working version of CSS with "Bootstrap"
We may need a theme picker?! So you can choose a default theme setting for the module site wide and also per instance in
Settings.razor
Font toolbar items work, they are just not presenting themselves the options to select when you click on them. If you cannot select them... well really they do not work but the functionality if you can select them works.
z-index and variable css styles may need closer review here as well. I seen interactivity can be broken if not in interactive mode, but we are so these features should all work. I just dont think we can select them as they are hidden or some other bug.