mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 07:21:02 -04:00
some manual test observations
This commit is contained in:
parent
421ea9e174
commit
6caaf1dc99
2 changed files with 9 additions and 0 deletions
|
@ -1,2 +1,10 @@
|
||||||
operations:
|
operations:
|
||||||
- UI tests etc.
|
- UI tests etc.
|
||||||
|
|
||||||
|
manual testing issues
|
||||||
|
|
||||||
|
mobile:
|
||||||
|
- drag any recipe li will have an ( clone? ) extra li below it with 'undefined' title. Not on desktop
|
||||||
|
- hitboxes combined with drag / mouse events on breakpoint and disable icons kind of sucks
|
||||||
|
- some issues tapping on ingredients causing the op-dropdown to display
|
||||||
|
- some issues with ingredient breakpoint / disable background colors
|
||||||
|
|
|
@ -200,6 +200,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div id="operations-wrapper">
|
<div id="operations-wrapper">
|
||||||
<input id="search"
|
<input id="search"
|
||||||
|
type="text"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
placeholder="Search..."
|
placeholder="Search..."
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue