clientside / amplesdk

Ample SDK - JavaScript UI Framework
Other
170 stars 29 forks source link

flex attribute is not supported on xul:treecol/xul:listheader (was: maxwidth not working on xul:treecol) #29

Open CodaCodr opened 13 years ago

CodaCodr commented 13 years ago

As discussed at length here: http://groups.google.com/group/amplesdk/browse_thread/thread/2175c0fe52f1a201 Although, the discussion seems to have wandered off the main point: MAXWIDTH fails to have any effect AFAICT.

clientside commented 13 years ago

a) maxwidth either prevents column from resizing to a bigger width This works.

b) if flex was used on the column, from stretching more than flexible space is available. This does not work. (but flex do not work on treecol/listheader anyways!)

Scheduled for resolution, but don't expect this in 0.9.3, sorry.

CodaCodr commented 13 years ago

re a) the posted code does not work

re b) flex made the width settings work (I agree that sounds like madness but the posted code is the example to try)

clientside commented 13 years ago

As communicated offsite case "a" is now fixed. case "b" is more broad problem and I adjust the title of report to reflect it.