Any thoughts on whether this odd behavior could be hobo-related? Or
how I can debug further?
Context: Projects have-many Employees through ProjectEmployees, and
Project edit form has a table-plus that lists the ProjectEmployees.
The oddity is that the default Save / Cancel buttons in Firefox show
up correctly (centered at the bottom of the page, like always) -- but
in IE, the buttons are shoved way over to the left and lose their
usual vertical spacing. This is independent of application.css, by
the way - just using hobo defaults.
I traced the behavior to a single bit of html generated by table-
plus. Commenting out the following (the search box above the table-
plus) makes IE8 generate the Save/Cancel buttons correctly:
<form action="" class="search-form" method="get"><div class="hidden-
fields"></div>
<span>Search</span>
<input class="search" name="search" type="search" />
<input class="button submit-button search-button search-submit"
type="submit" value="Go" />
</form>
In fact, the problematic IE8 behavior occurs if you truncate the
search form all the way to this:
<form></form>
However, the problem vanishes if you take one more step and do this:
<form />
weird, huh?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---