RE: Thoughts about ApacheFlex ASDOC

2013-10-03 Thread Maurice Amsellem
>@see >https://github.com/apache/flex-examples/tree/develop/showcase/4.11/components/mobilegrid/index.html >I think it might be better to only include paths to released code and that >will work once it's released. Means we should think about publishing showcase >under the website just like we do

RE: Thoughts about ApacheFlex ASDOC

2013-10-03 Thread Maurice Amsellem
>I was the one who suggested this (maybe someone else also did) I think this >is a much better way to handle 'experimental' components. When it goes to >'maintream', all >we would have to do is remove the [Experimental] metadata. >Saves time for us and for end users this way. I knew it was s

RE: Thoughts about ApacheFlex ASDOC

2013-10-03 Thread Maurice Amsellem
>BTW I took a quick look at the compiler code and looks easy enough to support >an [Experimental] metatdata tag, but getting ASDocs to understand it and >changing it's output is going to be >a bit trickier. It's just a matter on changing the ASDOC XLSTs. I did that for another project in the pa

Re: Thoughts about ApacheFlex ASDOC

2013-10-03 Thread OmPrakash Muppirala
On Thu, Oct 3, 2013 at 8:22 PM, Justin Mclean wrote: > Hi, > > > Refactoring efforts on our side and end users' side. > > I assume you mean changing the MML namespace/prefixes and the moving out > of the experimental namespace/manifest files to where it finally goes. > > Yes, that is what I meant.

Re: Thoughts about ApacheFlex ASDOC

2013-10-03 Thread Alex Harui
Hi Maurice, If you've got the time and energy, go for it. A couple of things to consider: 1) The Falcon compiler code base may be easier to work with 2) I've been wondering if an AIR app would easier to maintain as the ASDoc generator. I don't know how XSLT at all. 3) And I've been wondering wh

Re: Thoughts about ApacheFlex ASDOC

2013-10-03 Thread Justin Mclean
Hi, > Refactoring efforts on our side and end users' side. I assume you mean changing the MML namespace/prefixes and the moving out of the experimental namespace/manifest files to where it finally goes. The useful think about namespaces is that we can have 2 components with the same package na

Re: Thoughts about ApacheFlex ASDOC

2013-10-03 Thread OmPrakash Muppirala
On Thu, Oct 3, 2013 at 7:27 PM, Justin Mclean wrote: > Hi, > > > I was the one who suggested this (maybe someone else also did) I think > > this is a much better way to handle 'experimental' components. When it > > goes to 'maintream', all we would have to do is remove the [Experimental] > > met

Re: Thoughts about ApacheFlex ASDOC

2013-10-03 Thread Justin Mclean
Hi, > I was the one who suggested this (maybe someone else also did) I think > this is a much better way to handle 'experimental' components. When it > goes to 'maintream', all we would have to do is remove the [Experimental] > metadata. Saves time for us and for end users this way. Not sure h

Re: Thoughts about ApacheFlex ASDOC

2013-10-03 Thread OmPrakash Muppirala
On Thu, Oct 3, 2013 at 5:11 PM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > Hi team, > > ** ** > > While working on the asdoc for MobileGrid, I came to the following > thoughts and propositions that I would like to share with you: > > ** ** > > **1) **Include-examples in

Re: Thoughts about ApacheFlex ASDOC

2013-10-03 Thread Justin Mclean
Hi, > 2) Using flex-examples in the ASDOC > Since I included a sample application of MobileGrid in flex-exemples repo, I > thought it could be nice to have a link to it from the ASDOC, > So I added the following : > > @see > https://github.com/apache/flex-examples/tree/develop/showcase/

JIRA 6.1 and fisheye integration

2013-10-03 Thread Justin Mclean
Hi, Looks like the upgrade to 6.1 broke the integration with FishEye - anyone know how to fix it? Clicking on the link to set gives: "You do not have permission to access this page. To access it, please login as a user with administrator privileges." Thanks, Justin

Thoughts about ApacheFlex ASDOC

2013-10-03 Thread Maurice Amsellem
Hi team, While working on the asdoc for MobileGrid, I came to the following thoughts and propositions that I would like to share with you: 1) Include-examples in the ASDOC: As I said in a previous thread (09/28/2013 13:25 CET "RE: Mobile datagrid component integration (ASDOC)"), the cur

RE: New mobile grid classes (integration)

2013-10-03 Thread Maurice Amsellem
1) MultiBitmapSource > I think a better solution would be to add a getMultiSource method to > MultiBitmapSource. I'll make this change for you can check into develop. > I think there was a JIRA raised about this exact issue anyway. Yes, that's https://issues.apache.org/jira/browse/FLEX-33739, an

RE: [UX] Spark DateFieldSpinner

2013-10-03 Thread Maurice Amsellem
Excellent idea. Mouse wheel is much more accurate than mouse swiping. And if you add Keyboard-enabled (arrows) that would be perfect. -Message d'origine- De : Mark Kessler [mailto:kesslerconsult...@gmail.com] Envoyé : vendredi 4 octobre 2013 01:14 À : Dev@Flex Objet : Re: [UX] Spark Date

Re: New mobile grid classes (integration)

2013-10-03 Thread Justin Mclean
Hi, > a) differences getSource(desiredDPI: Number) I think a better solution would be to add a getMultiSource method to MultiBitmapSource. I'll make this change for you can check into develop. I think there was a JIRA raised about this exact issue anyway. > 2) spark.UIComponentUtils > > =>

Re: [UX] Spark DateFieldSpinner

2013-10-03 Thread Mark Kessler
I love the look of spinners in general. But if I could use a mousewheel to skim quickly through a spinner and it could have easing effects. I'd be all for the desktop version.

Re: [FlexJS] IFlexInfo

2013-10-03 Thread OmPrakash Muppirala
On Wed, Oct 2, 2013 at 11:58 PM, Alex Harui wrote: > My defaults CSS is pasted below. Label's type selector has an IBeadModel. > I could be out of date though, but it wouldn't make sense for Label to > not have an IBeadModel entry. > > My defaults.css has the same identical entry for Label. So

RE: Spark DateFieldSpinner

2013-10-03 Thread Maurice Amsellem
Hi Sebastian, There is something I don't understand: where you says hovering is important for desktop apps, do you mean for the DateFieldSpinner only or for the whole app ? Maurice -Message d'origine- De : Sebastian Mohr [mailto:flex.masul...@gmail.com] Envoyé : jeudi 3 octobre 2013

RE: New mobile grid classes (integration)

2013-10-03 Thread Maurice Amsellem
Hi Justin, I have cleaned up my code to prepare for the integration with the SDK, and removed two classes in the process :-) Following your request, I describe below the differences between core classes and the ones I have used in MobileGrid, and make suggestions on how it could be integrated

Re: [MENTORS] Video Chat and the Apache Way

2013-10-03 Thread Dave Fisher
On Oct 3, 2013, at 11:45 AM, Alex Harui wrote: > Hi Mentors, > > There's a thread on the dev list where a group is proposing to meet and have > video chats to discuss user interaction topics. They will post recordings of > these chats on the list. I expressed concern that this may not be the

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
Thanks Maurice, you seem to be right. Looks like I have to get rid off the touch stuff for the Spark DateFieldSpinner, because, hovering is important for desktop apps, but, I don't know yet where to start. Will check the code tomorrow. It's time to sleep now. -- Sebastian (PPMC) Interaction Desi

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread OmPrakash Muppirala
On Thu, Oct 3, 2013 at 11:10 AM, Alex Harui wrote: > > > On 10/3/13 10:53 AM, "OmPrakash Muppirala" wrote: > > >A lot of times there are huge discussions and decisions made, code > >committed, etc - all when I am sleeping. But that does not prevent me > >from > >posting my thoughts about what h

RE: Spark DateFieldSpinner

2013-10-03 Thread Maurice Amsellem
1) I know for the other way, i.e. setting interactionMode="mouse" on mobile apps. For the spark:List component running on mobile: - interactionMode="touch" enables swiping, but D&D is disabled. - interactionMode="mouse" enables D&D, but swiping is disabled. So I had to set interactionMode="mou

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
So ... what does it mean to set interactionMode="touch" in desktop apps? does it break anything? Or, will everything work the same as if I have set interactionMode="mouse"? Thanks! -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code:

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
@Lee ... sure :) I could also have done it like this interactionMode="{**InteractionM ode.TOUCH}" > (dont fall into the trap of thinking Flash Builder always has your best interests at heart) Also true! Before "Ground Zero Day" of Adobe Flex I probably wouldn't have agreed ;) -- Sebastian (PPMC

RE: [UX] Spark DateFieldSpinner

2013-10-03 Thread Maurice Amsellem
Actually, I didn't expect to convince you :-). More of a way to kick-start the [UX] discussion group. Maurice -Message d'origine- De : Sebastian Mohr [mailto:flex.masul...@gmail.com] Envoyé : jeudi 3 octobre 2013 22:16 À : dev@flex.apache.org Objet : Re: [UX] Spark DateFieldSpinner @M

Re: Spark DateFieldSpinner

2013-10-03 Thread Lee Burrows
ah ok, i thought you were setting value via ActionScript rather than mxml. Although you can still use the constant value if you wish: interactionMode="{InteractionMode.TOUCH}" (dont fall into the trap of thinking Flash Builder always has your best interests at heart) On 03/10/2013 21:26, Seb

Re: Please welcome Tom Chiverton as our newest committer

2013-10-03 Thread Igor Costa
Hey Tom Thanks a lot for your contributions and welcome aboard. Igor Costa www.igorcosta.com www.igorcosta.org On Thu, Oct 3, 2013 at 2:25 PM, OmPrakash Muppirala wrote: > On Thu, Oct 3, 2013 at 1:24 AM, Tom Chiverton wrote: > > > On 03/10/2013 03:54, Justin Mclea

RE: Issue with TLF applyFormat in Flex 4.10

2013-10-03 Thread Jason Taylor
again, can anyone point me in the right direction here? We can't apply any formatting to a range of textflow in Flex 4.10. This issue is specific to the 4.10 SDK. This sample produces the error. Stackoverflow question here: http://stackoverflow.com/questions/19168415/applying-formatting-to-a-

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
@Lee ... in FlashBuilder 4.6 autocomplete gives me two options "mouse" and "touch". So, there is no need to set the constant like this ... InteractionMode.TOUCH. It would be great if the interaction mode wouldn't matter for the Spark DateFieldSpinner, because, in desktop apps probably no one would

Re: Spark DateFieldSpinner

2013-10-03 Thread Lee Burrows
glad i could help :) technically, i guess you should actually use this: interactionMode = InteractionMode.TOUCH On 03/10/2013 21:03, Sebastian Mohr wrote: @Lee ... you made my day :) Added interactionMode="touch" and I can use the "Spark Default Theme" [1]. I also updated the source code [2]

Re: [UX] Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
@Maurice ... selecting a year is also way more simple. -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code: http://code.google.com/p/masuland/wiki/LoginExample On Thu, Oct 3, 2013 at 10:12 PM, Sebastian Mohr wrote: > @Maurice ...

[UX] Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
@Maurice ... thanks for your advice ... Some desktop apps would love to use this component because it has a known and great user experience [UX]. So ... if it is great ... why not having one? -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check ou

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
@Lee ... you made my day :) Added interactionMode="touch" and I can use the "Spark Default Theme" [1]. I also updated the source code [2] [1] https://dl.dropboxusercontent.com/u/352808/apacheflex/datefieldspinner/DateFieldSpinnerTest.html [2] https://github.com/masuland/flex-whiteboard/tree/trunk/

[UX] RE: Spark DateFieldSpinner

2013-10-03 Thread Maurice Amsellem
Hi Sebastian, If I can give an opinion on that: I don't think the DateFieldSpinner is adapted to desktop use. Make this simple test: - think of any date. - time how much it takes to select it using the regular DateChooser - time how much it takes with the DateFieldSpinner. My own tests show

Re: Spark DateFieldSpinner

2013-10-03 Thread Lee Burrows
possibly? interactionMode = "touch" On 03/10/2013 20:29, Sebastian Mohr wrote: Hi, does anyone know what to do to enable the sweeping of Spark DateFieldSpinner [1] outside of the "Mobile Theme"? [1] https://dl.dropboxusercontent.com/u/352808/apacheflex/datefieldspinner/DateFieldSpinnerTest.htm

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
Hi, does anyone know what to do to enable the sweeping of Spark DateFieldSpinner [1] outside of the "Mobile Theme"? [1] https://dl.dropboxusercontent.com/u/352808/apacheflex/datefieldspinner/DateFieldSpinnerTest.html -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apa

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread Sebastian Mohr
> just trying to make sure it conforms. Of cause, creativity always lives within a managed box ... this is what we call here "Creative Suite". @Alex ... thanks for your efforts! -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code:

[MENTORS] Video Chat and the Apache Way

2013-10-03 Thread Alex Harui
Hi Mentors, There's a thread on the dev list where a group is proposing to meet and have video chats to discuss user interaction topics. They will post recordings of these chats on the list. I expressed concern that this may not be the Apache Way given that a scheduled chat can leave out folk

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread Alex Harui
Hi Sebastian, I'm not trying to squash this effort, just trying to make sure it conforms. We'd love to bundle the SDK with Adobe binaries in it too, but can't and we wish we had forums with rich text too. I'll start a mentor thread and try to get an answer sooner. -Alex On 10/3/13 11:32 AM, "

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread Sebastian Mohr
@Om & Alex ... All I can say to your last responses: "Creativity can't be managed. It needs to be lived." -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code: http://code.google.com/p/masuland/wiki/LoginExample On Thu, Oct 3, 2013

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread Alex Harui
On 10/3/13 10:53 AM, "OmPrakash Muppirala" wrote: >A lot of times there are huge discussions and decisions made, code >committed, etc - all when I am sleeping. But that does not prevent me >from >posting my thoughts about what happened when I get around to catching up >on >the emails. How is

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread OmPrakash Muppirala
On Thu, Oct 3, 2013 at 10:45 AM, Alex Harui wrote: > > > On 10/3/13 10:32 AM, "OmPrakash Muppirala" wrote: > > >On Thu, Oct 3, 2013 at 9:32 AM, Alex Harui wrote: > > > >> Hi Sebastian, > >> > >> Having a UX group seems like a fine idea, but IMO, the Apache Way is for > >> that group to use the

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread Alex Harui
On 10/3/13 10:32 AM, "OmPrakash Muppirala" wrote: >On Thu, Oct 3, 2013 at 9:32 AM, Alex Harui wrote: > >> Hi Sebastian, >> >> Having a UX group seems like a fine idea, but IMO, the Apache Way is for >> that group to use the mailing lists for discussions. Yes, it is allowed >> to have some dir

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread OmPrakash Muppirala
On Thu, Oct 3, 2013 at 9:32 AM, Alex Harui wrote: > Hi Sebastian, > > Having a UX group seems like a fine idea, but IMO, the Apache Way is for > that group to use the mailing lists for discussions. Yes, it is allowed > to have some direct discussions off-list and bring the results back to the >

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread OmPrakash Muppirala
On Thu, Oct 3, 2013 at 1:42 AM, Sebastian Mohr wrote: > Are there any people on this list being interested to form a User eXerience > (UX) group for Apache Flex? The way I see it, at Adobe, there was a UX > group that has build SkinnableContainers or SkinnableComponents for Adobe > Flex. It would

Re: Please welcome Tom Chiverton as our newest committer

2013-10-03 Thread OmPrakash Muppirala
On Thu, Oct 3, 2013 at 1:24 AM, Tom Chiverton wrote: > On 03/10/2013 03:54, Justin Mclean wrote: > >> Hi, >> >> I am pleased to announce that the Project Management Committee (PMC) for >> Apache Flex has invited Tom Chiverton to become a committer and he has >> accepted. >> >> Hi everyone - I'm

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread Reynolds, Brian J (Brian)
Having a UX thread would be great and I would like to participate. Thanks Sebastian for the idea! I'll be watching to see how I can help. Brian Reynolds On 10/3/13 10:32 AM, "Alex Harui" wrote: >Hi Sebastian, > >Having a UX group seems like a fine idea, but IMO, the Apache Way is for >that gr

Re: Please welcome Tom Chiverton as our newest committer

2013-10-03 Thread Alex Harui
Thanks and welcome Tom. I think the infrastructure team is very busy these days and haven't set up your account just yet, so I don't think you have write-access to the repos just yet. -Alex On 10/3/13 1:24 AM, "Tom Chiverton" wrote: >On 03/10/2013 03:54, Justin Mclean wrote: >> Hi, >> >> I am

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread Alex Harui
Hi Sebastian, Having a UX group seems like a fine idea, but IMO, the Apache Way is for that group to use the mailing lists for discussions. Yes, it is allowed to have some direct discussions off-list and bring the results back to the list, but to make that the standard operating procedure doesn't

Re: FLEX-33654 (Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work)

2013-10-03 Thread Cosma Colanicchia
Attached a patch to the issue for a proposed fix. I just added a check to let COMMAND+ and CONTROL+ keyboard events bubble out of the DataGrid. Tested it monkey-patching on the attached sample app and on another internal complex app, it seems to be working fine and I haven't noticed any side effe

Re: FLEX-33654 (Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work)

2013-10-03 Thread Cosma Colanicchia
First info: it also happens with Flex 4.6. Second info: I think I found the problem. The related keyboard event are supposed to bubble up to the NativeApplication, that then redispatch them (through performKeyEquivalent). In an editable DataGrid, however, the DataGridEditor is blocking the propag

Re: Apache Flex sdk 4.10 installation aborted

2013-10-03 Thread Tom Chiverton
Would it be simple to have the installer try to write/create a small file, and if there is an exception or it doesn't appear when you read it back, then let the user know ? Tom On 02/10/2013 14:15, Mark Line wrote: It's probably not running as administrator and C:\Program Files will need admi

Re: FLEX-33654 (Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work)

2013-10-03 Thread Cosma Colanicchia
Thank you Justin, I've just looked in the DataGrid and DefaultGridItemEditor class hierarchies and I have not found any obvious reasons for the issue (no particular keyboard event listener that could prevent the normal behavior). My bet is on the TLF classes under the RichEditableText.. I have a

Re: FLEX-33654 (Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work)

2013-10-03 Thread Justin Mclean
Hi, Reopened, not being on windows I'm not going to b able to test/fix this. Anyone? Thanks, Justin

FLEX-33654 (Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work)

2013-10-03 Thread Cosma Colanicchia
Could someone please reopen https://issues.apache.org/jira/browse/FLEX-33654(Spark Datagrid - ItemEditor Keyboad Ctrl+V & Ctrl+C dont work), now closed as "Cannot reproduce"? I've just add more details and a sample app reproducing the issue. Thanks, Cosma

Re: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread Cesar Draw
I would like to participate and also liked the idea of Maurice. Congratulations on your initiative. CesarDraw 2013/10/3 Maurice Amsellem > Sebastian, > > That's very tempting and I would like to be part of that. > > However, "weekly meetings" just seems too intensive to me ( very demanding >

Re: Please welcome Tom Chiverton as our newest committer

2013-10-03 Thread Mark Kessler
Welcome and congratulations :) -Mark On Wed, Oct 2, 2013 at 10:54 PM, Justin Mclean wrote: > Hi, > > I am pleased to announce that the Project Management Committee (PMC) for > Apache Flex has invited Tom Chiverton to become a committer and he has > accepted. > > Tom has been active on the maili

RE: User eXerience (UX) group at Apache Flex?

2013-10-03 Thread Maurice Amsellem
Sebastian, That's very tempting and I would like to be part of that. However, "weekly meetings" just seems too intensive to me ( very demanding day job, family, etc. :-) ) Maybe we could start by doing one meeting / video chat and see how it is doing. Is it possible to do the meeting rather i

RE: Please welcome Tom Chiverton as our newest committer

2013-10-03 Thread Sugan Naicker
Congrats Tom! Regards, Sugan Naicker -Original Message- From: Tom Chiverton [mailto:t...@extravision.com] Sent: 03 October 2013 10:25 AM To: dev@flex.apache.org Subject: Re: Please welcome Tom Chiverton as our newest committer On 03/10/2013 03:54, Justin Mclean wrote: > Hi, > > I am pl

User eXerience (UX) group at Apache Flex?

2013-10-03 Thread Sebastian Mohr
Are there any people on this list being interested to form a User eXerience (UX) group for Apache Flex? The way I see it, at Adobe, there was a UX group that has build SkinnableContainers or SkinnableComponents for Adobe Flex. It would be great if I could share my thoughts with them to improve furt

Re: Please welcome Tom Chiverton as our newest committer

2013-10-03 Thread Tom Chiverton
On 03/10/2013 03:54, Justin Mclean wrote: Hi, I am pleased to announce that the Project Management Committee (PMC) for Apache Flex has invited Tom Chiverton to become a committer and he has accepted. Hi everyone - I'm quietly proud to have come on broad at this level. I'll be continuing to h

AW: AW: AW: FlexMojos 6, Flex sdk 4.10.0.20130801, and getAdvancedTelemetry()

2013-10-03 Thread christofer.d...@c-ware.de
Well as far as I know, you don't need a license to use Charts and the ADG with Apache Flex at least I wouln'd know where to get such a license, if it was needed ;-) So just ignore that for now :-) I too have several warnings that I tend to live with ... they never were such a pita that I bother

Re: FocusManager issue with sparse focus groups

2013-10-03 Thread Cosma Colanicchia
Bump? 2013/9/23 Cosma Colanicchia > Opened the issue FLEX-33772 and attached a sample app and a patch. > > I've only been able to test it as a monkey patch in some sample apps and > in the application where the problem was first noticed, I hope that someone > could be able to review it. > > Tha

Re: Please welcome Tom Chiverton as our newest committer

2013-10-03 Thread Erik de Bruin
Welcome Tom! EdB On Thu, Oct 3, 2013 at 8:44 AM, Maurice Amsellem wrote: > Congratulations Tom. > > > Maurice Amsellem > SYSTAR R&D - BusinessBridgeFX > > -Message d'origine- > De : aYo ~ [mailto:a...@binitie.com] > Envoyé : jeudi 3 octobre 2013 07:08 > À : dev@flex.apache.org > Objet

Re: [FlexJS] IFlexInfo

2013-10-03 Thread Alex Harui
My defaults CSS is pasted below. Label's type selector has an IBeadModel. I could be out of date though, but it wouldn't make sense for Label to not have an IBeadModel entry. --- defaults.css -- /* * * Licensed to the Apache Software Foundation (ASF) under one or more * contrib