Comment 6 for bug 1554714

Revision history for this message
Bill Erickson (berick) wrote :

Thanks to both of you for the input. Mike, to answer your question, yes, my plan is replace the internals of eg-date-input to use the date (and optionally) time picker internally.

I pushed a commit to the tip of the working branch as a first stab at this. It required some mild HTML refactoring in some cases to correct layout changes. I also modified any <input eg-date-input..> elements to be <eg-date-input..> elements, to better emphasize that it's not a single input, but a full blown widget in its own right.

Testing looks good so far.

Otherwise, the only other big thing remaining I'm aware of for the 1.5 migration is to repair the dropdown buttons. They're not opening for some reason. This happened once before and just required a change an attribute change.