ichaoX / ext-webRequest

WebRequest Rules Extension
https://addons.mozilla.org/en-US/firefox/addon/webrequest-rules/
GNU General Public License v3.0
2 stars 0 forks source link

Issue while using on Android #4

Open mdziczkowski opened 2 months ago

mdziczkowski commented 2 months ago

Instalation info

OS: Android 13 Addon version: 4.5

Issue description with taken steps

While using on Android and want to add a rule then:

Expected result

The text field remains open after clearing out the content of the text field

ichaoX commented 2 months ago

Deleting all content and showing the template options is the expected behavior.

Although it may seem counterintuitive, this is currently the only way to return to the template options.

Additionally, "Global request matching" is a global whitelist; it will continue to test the matching of rules only if it returns true.

mdziczkowski commented 2 months ago

I think that it would be better that the "template options" could be selected independantly from the text area content, with should be updated automatically after the option becomes changed.

Additionally, there should exist a possibility to add custom templates.

ichaoX commented 2 months ago

I think that it would be better that the "template options" could be selected independantly from the text area content, with should be updated automatically after the option becomes changed.

Additionally, there should exist a possibility to add custom templates.

If you do not want to use the default template, you can choose "Other."

Having both the textarea and template options available may cause confusion, and switching templates will replace the user's input.

You can add the current code as a template by clicking the "☆ / Add Template" button on the right side of the textarea.

mdziczkowski commented 2 months ago

I think also that users would appreciate it very much if anything would be best as possible documented (that also includes giving examples and references) that would make the usage as simple as possible 😜

ichaoX commented 2 months ago

I think also that users would appreciate it very much if anything would be best as possible documented (that also includes giving examples and references) that would make the usage as simple as possible 😜

See also: #7