搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Why No "Enter Date" Field And "Find" Button In Calendar . . .

  • 6 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 sfhowes

more options

TB's calendar feature has improved a lot over the last few versions. But it's often useful to have an "Enter Date" field and a "Find" button in a calendar so that users can do things like:

  • Navigate quickly to a date which is many years before (or after!) the current date
  • Find the day-of-the-week that this date fell on
  • Find events occurring close to some date that is not recalled precisely (This helps locate some unrecorded transaction/event in time)

The code for such a feature is relatively simple in JavaScript, so it should not be too difficult in another language with graphics functionality. And it would make TB's calendar even more useful.

TB's calendar feature has improved a lot over the last few versions. But it's often useful to have an "Enter Date" field and a "Find" button in a calendar so that users can do things like: * Navigate quickly to a date which is many years before (or after!) the current date * Find the day-of-the-week that this date fell on * Find events occurring close to some date that is not recalled precisely (This helps locate some unrecorded transaction/event in time) The code for such a feature is relatively simple in JavaScript, so it should not be too difficult in another language with graphics functionality. And it would make TB's calendar even more useful.
已附加屏幕截图

所有回复 (6)

more options

It's not exactly what you describe, but it's easy to go to different months or years quickly by hovering on the year or month in the mini-calendar in the upper left corner, and then rolling the mouse wheel up or down. It works the same way in the Today Pane, but advances a day at a time.

more options

Yes. This is quicker than clicking the One Month(Year) Back/Forward arrows. But not as quick as the direct date entry field, which many calendars have - and which would be the quickest way of all to get to a distant calendar month in one action. Maybe you could dispense with the Find button and just <Return> the entered date. But you must leave space for an error text field so that people don't start entering illegal text as a date.

more options

There is an old bug about the removal of the datepicker:

https://bugzilla.mozilla.org/show_bug.cgi?id=530727

Another option is to show the Find Events pane from Events & Tasks/Find Events, select the time filter from the drop-down, then sort on Start or End.

more options

I don't see why this functionality was removed in the first place. But I am not familiar with the type of coding in ThunderBird. In JavaScript (barring all the usual tests of the dd/mm/yyyy string for days and months with a single/double digit, non-integers where integers should be, validation for existence of / character, etc) it is just a small percentage increase in the calendar code.

由tamjk于修改

more options

zzzzzzzzzzz

由tamjk于修改

more options

You can submit a Request For Enhancement on Bugzilla to get the attention of those who might be able to supply the reasoning behind the removal.