[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem w/POS after SQL-Ledger to Ledgersmb migration



Look at the COMPATIBILITY file.

While we intend to make some attempts to support IE in the future
(probably via a JS/AJAX framework), IE 6 is fundamentally broken when
it comes to supporting BUTTON elements, and IE7 is partially broken.
For the partsgroup buttons to work, you probably need to use Firefox.

The basic issues have to do with bad data submitted from IE. In IE6,
it treats all buttons as clicked when a form is submitted, and submits
innerText instead of Value.  In IE7, the first problem is corrected,
but the second is not.

Best Wishes,
Chris Travers