[Plugin: SendPress] Two jquery/css bugs that hinder usability
-
Hi,
I configured sendpress and created my theme files for it, while playing around I noticed two bugs related to jquery/css. I’m pretty sure these are very easy to fix ?? Hopefully you can give me quick dirty way to fix this issue…
1) div#error is not by default hidden, so if I style it with image and nice background it is always visible. So we need display: none; there and jquery should make it display: block WHEN there is error.
2) Error message doesn’t get cleared, this is jquery problem again. Previous content should be deleted and new added. Instead new error messages pile up and break design. Now this is easy to fix with overflow:hidden; but it should not be happening in the finished product in this first place (yes I noticed plugin is not even version 1).
https://img337.imageshack.us/img337/9886/screenshot20120725at949.png
Hopefully this bug report was of any use, I’m pretty sure you knew about this problems…
- The topic ‘[Plugin: SendPress] Two jquery/css bugs that hinder usability’ is closed to new replies.