Ryan Cramer

Results 408 comments of Ryan Cramer

I'm trying to duplicate this and am not sure I'm seeing it, unless you are talking about the icons in the toolbar? The "selected" color for the icon is barely...

@BernhardBaumrock I did some testing and the issue appears to be in Vex. Even just a `&` gets converted to `&`. I tried to debug it directly in Vex but...

@BernhardBaumrock I won't remove Vex, I'm just thinking of replacing what `ProcessWire.alert()` and `ProcesssWire.confirm()` use. Going the Uikit route sounds like a good idea, I'll look into it. The non-Uikit/legacy...

@BernhardBaumrock I've updated the alert, confirm and prompt functions to use Uikit modals rather than Vex modals, at least when Uikit is available. I'll look into native dialogs as well,...

@romaincazier I can't seem to duplicate that. TinyMCE in repeater items are loading their configuration correctly in my testing here. Most Inputfields (including TinyMCE) load their configuration, scripts and any...

@BernhardBaumrock It looks to me like that's how it's supposed to work. Unless I'm forgetting something, I don't think you'd have another way to rename `os.title`, for instance. So it...

@daun I think it's because you've got the SystemNotifications module installed. I'd recommend uninstalling that, as it's not been updated in some time and probably will get removed from the...

@BernhardBaumrock I can't see to duplicate that. I edited a page with an InputfieldDatetime field using the datepicker and then typed this into the browser dev tools js console: ~~~~...

Thanks @daun this has been added

@BernhardBaumrock Wouldn't this break any existing code that is looking for the pw-panel-closed in its current setup triggered on document? (not sure if there are any instances, but just in...