vknt Posted May 30, 2012 Share Posted May 30, 2012 First world problem I know, but it's annoying me that some fieldtype stick out. See below. If I try to put a spacebar in the field, it's height is still not the same as the others. Thx in advance for any suggestions to solve this. Link to comment Share on other sites More sharing options...
diogo Posted May 30, 2012 Share Posted May 30, 2012 Hm, I think there is no way of doing this. Quick fix would be putting descriptions on all the others. You can do it on a template basis. Link to comment Share on other sites More sharing options...
Soma Posted May 30, 2012 Share Posted May 30, 2012 Just enter 0 Link to comment Share on other sites More sharing options...
ryan Posted May 31, 2012 Share Posted May 31, 2012 These are floated blocks rather than a table, so the height of one doesn't affect the others. Though I wish it did. I probably wouldn't be able to sleep at night if I was using a table for layout here. Perhaps we can use a little JS to make them consistent in height when in the same row. Though, it's a bit of a questionable thing to do because fields aren't fixed height and may adjust dynamically as needed (like multi page reference inputs for instance). Link to comment Share on other sites More sharing options...
Soma Posted May 31, 2012 Share Posted May 31, 2012 Ryan, he means the default URL description text. Which is nice, but if you enter a space in the description there will be still a space above the input text field. I figured that adding in a 0 (zero) will ommit it completely, thus no space anymore. I think there should be the default text in the field description, or none at all. So you can input or leave it empty, without asking anyone. AS for the other problem of field heights. It's annoying and I started a js script that would set all (in one row) to the height of the highest. Unfortunately it's more of a bad hack to something that should be possible in browsers since a decade (imho) and will fail for the reason you mention. Maybe we will find some solution here that works better. 1 Link to comment Share on other sites More sharing options...
interrobang Posted May 31, 2012 Share Posted May 31, 2012 What about setting a min-height in JqueryUI.css like this: .ui-widget-content { min-height: 6em } Link to comment Share on other sites More sharing options...
vknt Posted May 31, 2012 Author Share Posted May 31, 2012 Ryan, he means the default URL description text. Which is nice, but if you enter a space in the description there will be still a space above the input text field. I figured that adding in a 0 (zero) will ommit it completely, thus no space anymore. Thanks Soma, that was a solution what I was hoping for. For me it was not a dealbreaker that they are not the same height, because I can add or remove all descriptions of the same row. But for emails and urls I didn't have a choice. I think there should be the default text in the field description, or none at all. So you can input or leave it empty, without asking anyone. Agree! +1 Thankyou all for the replies. Link to comment Share on other sites More sharing options...
MadeMyDay Posted May 31, 2012 Share Posted May 31, 2012 @Ryan: Which browsers does PW actually support? There might be a solution without JS. And another related suggestion: AFAIR fieldsets are not floatable, but that would come in handy for arranging multiple floats. Perhaps a suggestion for a next version update. Will also take look, I really love the flexibility of the admin but there is always something more to achieve ;-) Link to comment Share on other sites More sharing options...
ryan Posted June 1, 2012 Share Posted June 1, 2012 PW should support all current generation browsers: FF, Webkit, IE9 (and IE8 for the most part). I don't see any prob with supporting floatable fieldsets (I'd forgotten we didn't already), so will plan to make any needed updates to support that. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now