• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Item4030: Update JSCalendarContrib doc with proper instructions for standalone date picker

Item Form Data

AppliesTo: Component: Priority: CurrentState: WaitingFor: TargetRelease ReleasedIn
Extension JSCalendarContrib Normal Closed   minor  

Edit Form Data

Summary:
Reported By:
Codebase:
Applies To:
Component:
Priority:
Current State:
Waiting For:
Target Release:
Released In:
 

Detail

Reproduction instructions:

The JSCalendarWierdFirefoxBehaviour topic holds an example of this issue.

  • The two calendar icons does not provide a pop-up window with the calendar in Firefox, but in IE it works like a charm.
  • If I change the skin by adding ?skin=classic to the example both buttons start to work in Firefox as well.
So it does not work using pattern skin but in with classic skin it works.

BTW: it works fine from within the EditTablePlugin in Firefox using the pattern skin.

-- TWiki:Main/TorbenHoffmann - 07 May 2007

We have had similar issues before when we used the date field in EditTablePlugin. It seems not the entire problem has been resolved.

-- TWiki:Main.KennethLavrsen - 07 May 2007

I think this was an operator error. I made the sample in the LitterTray work in FF too: Some XHTML fixes, and aligning it with the JS in edit mode.

-- TWiki:Main.PeterThoeny - 08 May 2007

I have compared the fix to my initial code and apart from a id naming blunder for one of buttons the key is to include the following style definition:

<style type='text/css' media='all'>
  @import url('%PUBURLPATH%/%TWIKIWEB%/JSCalendarContrib/calendar-blue.css');
  .calendar {z-index:2000;}
</style>

Then it works like a charm in FF as well!

May I suggest that we update the JSCalendarContrib help text with this explanation of how to use the functionality outside plugins?

-- TWiki:Main.TorbenHoffmann - 08 May 2007

Good point. I changed the summary and state to reflect that.

-- PeterThoeny - 09 May 2007

Done

CC

ItemTemplate
Summary Update JSCalendarContrib doc with proper instructions for standalone date picker
ReportedBy TWiki:Main.TorbenHoffmann
Codebase 4.1.2, ~twiki4
SVN Range TWiki-4.1.2, Thu, 03 May 2007, build 13616
AppliesTo Extension
Component JSCalendarContrib
Priority Normal
CurrentState Closed
WaitingFor

Checkins TWikirev:14754
TargetRelease minor
ReleasedIn

Edit | Attach | Watch | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r7 - 2007-09-06 - CrawfordCurrie
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback