-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
placeholder color, font-size in <input> on Firefox , line wrap in <textarea> #1894
Comments
Line wrap in textarea is a duplicate of #2008 ? |
Yes. In order to solve this problem, I have now converted <input> content into <div> in my program, so I can solve it. Thank you for your work. Only the dotted line border I don't know how to do yet. |
How can u solve the problem of dotted line border at last? If you solved it, please, tell me. |
Dotted borders are now supported https://html2canvas.hertzen.com/results/border-dotted!Chrome_Stable-Chrome-92.0.4515.131.png |
hello, I thought of a greate solution just now, you can use the div tag to draw a dashed or dotted line |
Bug reports:
Full picture
Decomposing pictures
border-style: dashed;
<Input>
<textarea>
<Input>
<textarea>
Detailed explanation
border-style: dashed;
drawing error.font-size
with<input>
drawing error in Firefox.color
with<input>::placeholder
drawing error.H2C uses string color, not placeholder color. If I modify the text color to red, the placeholder drawn by H2C is also red.
▼
Placeholder in
<textarea>
is not draw.Line wrap in
<textarea>
is not drawn.Related pages
https://mapaler.github.io/PADDashFormation/
Specifications:
The text was updated successfully, but these errors were encountered: