DFeed icon indicating copy to clipboard operation
DFeed copied to clipboard

put labels around checkboxes in subscriptions

Open WebFreak001 opened this issue 9 years ago • 4 comments

So you can click the text and not aim for the checkbox

WebFreak001 avatar Oct 15 '16 18:10 WebFreak001

TIL you can put <label> around the <input> without a for attribute.

Did you test whether this affects how the form looks?

CyberShadow avatar Oct 15 '16 19:10 CyberShadow

uh I didnt test it because DFeed wants to download like 15 years of forum messages and that took way too long. But it shouldn't affect anything because label is like a span element.

WebFreak001 avatar Oct 15 '16 20:10 WebFreak001

uh I didnt test it because DFeed wants to download like 15 years of forum messages and that took way too long. But it shouldn't affect anything because label is like a span element

AFAIK you can abort it and on the next run (with a semi-filled database) it won't query for the forum messages again.

On Sat, Oct 15, 2016, 22:49 Jan Jurzitza [email protected] wrote:

uh I didnt test it because DFeed wants to download like 15 years of forum messages and that took way too long. But it shouldn't affect anything because label is like a span element.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CyberShadow/DFeed/pull/77#issuecomment-254010220, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKwdvwG3Kp87KUacfd1jpJBtpJeABXyks5q0TxYgaJpZM4KXxiq .

wilzbach avatar Oct 16 '16 00:10 wilzbach

But it shouldn't affect anything because label is like a span element.

There might be some interaction with some CSS rules.

CyberShadow avatar Oct 16 '16 07:10 CyberShadow