processwire-issues
processwire-issues copied to clipboard
ProcessWire issue reports.
### Short description of the issue When using `icon-name` to add an icon in a repeater item header, it gets replaced by `fa-arrows` when closing/opening because of [InpufieldRepeater.js#L457](https://github.com/processwire/processwire/blob/80f425f9da46b3ab2a8c315f3e1d5b0c9b2fb801/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.js#L457) ### Suggestion...
### Short description of the issue I need to reload some parts of my backend after a pw-panel has been closed. Currently the pw-panel-closed event is triggered on $(document) but...
### Short description of the issue DDEV is a great docker based development environment. I wanted to add it to the list of supported CMSs here: https://ddev.readthedocs.io/en/stable/users/quickstart/ While trying to...
### Short description of the issue Contrary to other fields, on InputfieldForm description is rendered with `item_head` markup instead of `item_description`. So the description is displayed as a big ``...
### Short description of the issue When adding a label to an InputfieldWrapper, the "for=" is empty. When I hover the form, Firefox shows a warning in console: [Empty string...
This is what I see when double-clicking the trash icon of a repeater item:  The only related issue that I found is this: https://github.com/processwire/processwire-issues/issues/117 I also asked Jens whether...
When using the 'Show this field only if' field. There seems to be a limit of 3 'OR' options before this feature breaks. For example, this works fine: **pagefield_ref_id=1001|1002|1003** But...
I'm working on an auto-save feature for my current project. I check for changes in the page editor like this: ```js document.addEventListener("input", (e) => this.registerChange(e.target)); document.addEventListener("change", (e) => this.registerChange(e.target)); ```...
Setup: - ProcessWire upgraded from older version (e.g., 3.0.227) to version 3.0.246 or dev 3.0.247 - Repeater field is a child in a Matrix Repeater item (probably same issue for...
### Description of the issue In a setup where you have a Repeater containing an InputfieldFile/Image with custom fields: if you upload an image, edit its custom fields and then...