Project

General

Profile

Actions

Bug #13331

open

Multi Form: Clear Icon misplaced

Added by Carsten Rose over 2 years ago. Updated 10 months ago.

Status:
New
Priority:
Normal
Assignee:
Enis Nuredini
Target version:
Start date:
07.11.2021
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
No
Vote:

Files

qfq-mutli-form-clear.png View qfq-mutli-form-clear.png 29.2 KB Carsten Rose, 07.11.2021 12:39
Version1.png View Version1.png 6.2 KB Enis Nuredini, 10.12.2021 14:07
Version2.png View Version2.png 5.84 KB Enis Nuredini, 10.12.2021 14:07

Related issues

Related to QFQ - Bug #14636: UI Design: Clear X is over up/down (step)NewEnis Nuredini31.08.2022

Actions
Actions #1

Updated by Enis Nuredini over 2 years ago

Version1: Das wäre die optimale Position, die sich bei jeder vertikalen MultiForm Konstellation anpassen würde. Jedoch verhindert 'float:right' das Anklicken der Clear Taste.

Version1 CSS
.qfq-clear-me-multiform-button {
display: block;
margin-top: -28px;
margin-right: 5px;
font-size: 18px;
line-height: 18px;
color: #888;
cursor: pointer;
position: inherit;
float: right;
}
.qfq-clear-me-multiform {
Kein Style, wenn vorhanden entfernen
}

Version2: Gilt nur beim MultiForm(Form im normalem Modus wie bisher gleich)-> Funktioniert so aber jedoch Clear Taste ist neben dem Input Feld positioniert.
Version2 CSS
.qfq-clear-me-multiform-button {
display: block;
width: 4%;
margin-left: 1%;
margin-top: 5px;
font-size: 18px;
line-height: 18px;
color: #888;
cursor: pointer;
position: unset;
float: right;
}

.qfq-clear-me-multiform {
width: 95%;
float: left;
}

Actions #2

Updated by Carsten Rose almost 2 years ago

  • Tracker changed from Support to Bug
Actions #3

Updated by Carsten Rose 10 months ago

  • Related to Bug #14636: UI Design: Clear X is over up/down (step) added
Actions #4

Updated by Carsten Rose 10 months ago

  • Assignee changed from Carsten Rose to Enis Nuredini
  • Target version changed from next3 to 24.8.0
  • Prio Planung set to No
  • Version 1 ist wie bei den regulaeren Forms - das faende ich besser.
  • BItte #14636 beachten.
Actions

Also available in: Atom PDF