issue 8
(non-standard value for cursor) reported by peter.pavlovic
- What steps will reproduce the problem?
1. including the library
2.
3.
What is the expected output? What do you see instead?
- expected: valid css
- see: validation fails
What version of the product are you using? On what operating system?
- 0.8
Please provide any additional information below.
- in form.css, line 23, cursor: hand. This is non-standard and works in
IE5/5.5 only. All other browsers know the cursor: pointer instead .
What steps will reproduce the problem?
1. including the library
2.
3.
What is the expected output? What do you see instead?
- expected: valid css
- see: validation fails
What version of the product are you using? On what operating system?
- 0.8
Please provide any additional information below.
- in form.css, line 23, cursor: hand. This is non-standard and works in
IE5/5.5 only. All other browsers know the cursor: pointer instead .
Jul 27, 2009
issue 7
(Request to wrap form CSS in class) commented on by kwakwaversal
- Hi tacman,
I suggest you just edit the CSS file yourself in that case.
Just prepend all the statements with `div.formy`. E.g. div.formy label { color:#333;
} and div.formy fieldset { border:1px solid #ccc; }
I think that should do it anyway :)
Hi tacman,
I suggest you just edit the CSS file yourself in that case.
Just prepend all the statements with `div.formy`. E.g. div.formy label { color:#333;
} and div.formy fieldset { border:1px solid #ccc; }
I think that should do it anyway :)
Jul 26, 2009
issue 7
(Request to wrap form CSS in class) reported by tacman
- Thx for the great library. It'd be great if instead of globally applying the
CSS to all form fields, the CSS were wrapped in a class definition, so <form
class='formy'> (or <div class='formy'>) would only affect the input fields
within the div/form.
Thx for the great library. It'd be great if instead of globally applying the
CSS to all form fields, the CSS were wrapped in a class definition, so <form
class='formy'> (or <div class='formy'>) would only affect the input fields
within the div/form.
Jul 12, 2009
Credits Wiki page commented on by kwakwaversal
- Hi Vladocar, I've started using your formy in a project I'm working on and I just wanted to point out that there is no CSS to handle: input[type="password"] for the border and focus border. Thanks :)
Hi Vladocar, I've started using your formy in a project I'm working on and I just wanted to point out that there is no CSS to handle: input[type="password"] for the border and focus border. Thanks :)
Jun 19, 2009
issue 6
(Labels and inputs out of line) commented on by vladocar
- You need to change line-height property.
just insert inside
fieldset,form,label,legend {
line-height:1.2em;
}
You need to change line-height property.
just insert inside
fieldset,form,label,legend {
line-height:1.2em;
}
Jun 18, 2009
issue 6
(Labels and inputs out of line) commented on by j...@hypnoticrealities.co.uk
- The app is the basic skelton of an apache wicket app I have just started and a bit
too much hassle to wrap up and needs to be built etc.
So, I saved a page from firefox that shows a form out of line referencing formy.
Thanks for checking this out.
John
The app is the basic skelton of an apache wicket app I have just started and a bit
too much hassle to wrap up and needs to be built etc.
So, I saved a page from firefox that shows a form out of line referencing formy.
Thanks for checking this out.
John
Jun 17, 2009
issue 6
(Labels and inputs out of line) Status changed by vladocar
- I'm using windows. Can you give me your source code or link to the page?
Status: Started
I'm using windows. Can you give me your source code or link to the page?
Status: Started
Jun 17, 2009
issue 5
(horizontal-form.html Demo Error) Status changed by vladocar
- @anthonybruno: Thank you! I just fixed it.
Status: Accepted
@anthonybruno: Thank you! I just fixed it.
Status: Accepted
Jun 17, 2009
issue 6
(Labels and inputs out of line) reported by j...@hypnoticrealities.co.uk
- What steps will reproduce the problem?
1. formy in firefox 3 (inside a div layout page)
2.
3.
What is the expected output? What do you see instead?
The labels and inputs don't line up
What version of the product are you using? On what operating system?
0.8
Please provide any additional information below.
Mac OS X 10.5.7
What steps will reproduce the problem?
1. formy in firefox 3 (inside a div layout page)
2.
3.
What is the expected output? What do you see instead?
The labels and inputs don't line up
What version of the product are you using? On what operating system?
0.8
Please provide any additional information below.
Mac OS X 10.5.7
May 29, 2009
issue 5
(horizontal-form.html Demo Error) reported by anthonybruno
- If you look into the horizontal-form.html demo there is an extra " on line 70.
<label> </label><input tabindex="12" type="checkbox" name="checkSet" "
value="three" /> Three<br />
Between "name" and "value"
If you look into the horizontal-form.html demo there is an extra " on line 70.
<label> </label><input tabindex="12" type="checkbox" name="checkSet" "
value="three" /> Three<br />
Between "name" and "value"
Jan 30, 2009
issue 4
(text message wraps incorrect) reported by henrikgemal
- A lot of times I need an areas in the form were I have to specify text to
the user. Like this:
Username: [___]
Message: This is a message with short text
Password: [___]
The problem is if you have a long text it shows:
Username: [___]
Message: This is a message with long text
that wraps and I dont like that
Password: [___]
I would like it to wrap like this:
Username: [___]
Message: This is a message with long text
that wraps and I dont like that
Password: [___]
can formy do that?
A lot of times I need an areas in the form were I have to specify text to
the user. Like this:
Username: [___]
Message: This is a message with short text
Password: [___]
The problem is if you have a long text it shows:
Username: [___]
Message: This is a message with long text
that wraps and I dont like that
Password: [___]
I would like it to wrap like this:
Username: [___]
Message: This is a message with long text
that wraps and I dont like that
Password: [___]
can formy do that?
issue 2
(Improvements) reported by vstoupa
- Thanks for good work!
I like it as it is simple not change style of inputs and other widgets.
Does it fit into vertical rythm pattern presented in emastics? Maybe in
case of forms it's not super important.
What about the best approach to mark required inputs? Bold labels,
asterisks, outlined input boxes?
Are you planning to add some template for notices and validation errors
(maybe above inputs or on the right beside inputs) and how to visualize
invalid inputs?
Some styling for hints (eg. below inputs or on the right beside chekboxes/radiobuttons)?
One help in context of whole form useful for instructions why or how to
fill the form?
Thanks for good work!
I like it as it is simple not change style of inputs and other widgets.
Does it fit into vertical rythm pattern presented in emastics? Maybe in
case of forms it's not super important.
What about the best approach to mark required inputs? Bold labels,
asterisks, outlined input boxes?
Are you planning to add some template for notices and validation errors
(maybe above inputs or on the right beside inputs) and how to visualize
invalid inputs?
Some styling for hints (eg. below inputs or on the right beside chekboxes/radiobuttons)?
One help in context of whole form useful for instructions why or how to
fill the form?
Dec 11, 2008
issue 1
(provide a demo) commented on by barraponto
- the demos shown at project home are not as cool as you'd expect from a css framework.
maybe i can help out with better demos. will work on it on saturday, ok?
the demos shown at project home are not as cool as you'd expect from a css framework.
maybe i can help out with better demos. will work on it on saturday, ok?