
bugs at lists
Feb 26, 2009, 6:08 PM
Post #16 of 19
(2095 views)
Permalink
|
|
[Bug 1418] Internet Explorer issues in 1.11
[In reply to]
|
|
http://bugs.bricolage.cc/show_bug.cgi?id=1418 --- Comment #15 from Matt Rolf <rolfm [at] denison> 2009-02-27 02:08:02 --- (In reply to comment #14) > Oh, okay. Then I think Matt's right, we should just strip out button elements > on submit if the browser is IE. > > David > David, could you take a look at marshall's commit in #7769? It looks like that's where he made the change: - <& '/widgets/profile/button.mc', - id => $top_level ? 'bulk_edit_this_cb' : 'bulk_edit_' . $id, - widget => 'container_prof', - cb => $top_level ? 'bulk_edit_this_cb' : 'bulk_edit_cb', - button => 'bulk_edit_lgreen', - value => $id, - useTable => 0 - &> - +<button id="<% $top_level ? 'bulk_edit_this_cb' : 'bulk_edit_' . $id %>" name="container_prof|<% $top_level ? 'bulk_edit_this_cb' : 'bulk_edit_cb' %>" value="<% $id %>"> Was that proper? Did you guys stop using button.mc? -- Configure bugmail: http://bugs.bricolage.cc/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
|