Ticket #5304 (closed defect: fixed)

Opened 12 months ago

Last modified 11 months ago

InlineEditBox on TimeTextBox/DateTextBox requires extra click to close

Reported by: bill Owned by: haysmark
Priority: normal Milestone: 1.1
Component: Dijit Version: 0.9
Severity: normal Keywords:
Cc:

Description

After [11685] an InlineEditBox? of a TimeTextBox? or DateTextBox? takes an extra click to close (just clicking a date on the calendar isn't sufficient, you need to click a blank area of the screen afterwards).

Problem is that TimeTextBox?.setDisplayedValue() doesn't call onChange(), although FilteringSelect?.setDisplayedValue() does call onChange(). Can you make it consistent so DateTextBox/TimeTextBox? also call onChange()?

Change History

Changed 12 months ago by peller

iiuc, this is also a 1.0.2 regression. do we need to fix there?

Changed 12 months ago by bill

I don't think we need to fix it. It's not a critical bug. But we could.

Changed 11 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

(In [11917]) Fixes #5304. setDisplayedValue now calls setValue which will call onChange. !strict

Note: See TracTickets for help on using tickets.