Custom Query (13852 matches)
Results (79 - 81 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4623 | wontfix | css min-height / min-width breaks animation | ||
Description |
In my opinion the way our method css('min-height','...') works isn't as usable as it could be in the most cases out there. maybe i'm wrong. But let's say: $(foo).css('min-height','100px'); $(foo).animate({height: '0px'},500); The result is that there is no effect. Maybe it's trivial and somewhere clear. But that's a thing where writing beautiful code isn't funny anymore. It's the same if i assign '10px' or '90px' to animate. Well ... i know it's a question of how you look at it. But what happens if a plugin adds content to my website and i cannot handle its dimensions? I think that's Creepy. Uh and : You're doing a great job! |
|||
#5541 | wontfix | hide() does not hide inputs in opera9 when [content:''] is applied to them | ||
Description |
Hello everyone. Well the following is a real css-bug of Opera9. (Tested with Opera9.63/9.26, i guess it's fixed in v10 but i didn't try it.) The Problem
When you use the css In fact it's getting even more crazy between the versions given above. Just take look at the screenshots provided. ConclusionIn my opinion jQuery should hide() whatever i want, no matter what my customers css looks like. I know this may cause some overhead in the jQuery source... Just tell me what you think about it. |
|||
#3063 | invalid | Accordion doesn't work inside a form with Firefox 2.0, perfectly works with Opera 9.27 and somehow works with IE 6.0 | ||
Description |
Accordion doesn't work inside a form with Firefox 2.0, perfectly works with Opera 9.27 and somehow works with IE 6.0.
For example, the following code doesn't work with Firefox 2.0 :
<div class="accordion">
</form> Of course, if Accordion is before the form, it works with all three mentioned browsers. |