Ticket #1190 (closed defect: fixed)

Opened 2 years ago

Last modified 18 months ago

[patch][cla] ComboBox Extra Spacing/Strange Gaps/Unusual Style

Reported by: rheaghen@… Owned by: itorrey
Priority: normal Milestone:
Component: design/interactions Version: 0.3
Severity: normal Keywords: combobox style
Cc:

Description

the combobox's style is kindof strange. I'm not sure why its layout was designed th way it was, buy I've created a look more typical to other dropdowns

it includes a style and an image

src/widget/templates/HtmlComboBox.css

input.dojoComboBoxInput {
	/* font-size: 0.8em; */
	border: 0px;
}

.dojoComboBoxOptions {
	font-family: Verdana, Helvetica, Garamond, sans-serif;
	/* font-size: 0.7em; */
	background-color: white;
	border: 1px solid #afafaf;
	position: absolute;
	z-index: 1000; 
	overflow: auto;
	-moz-opacity: 0;
	cursor: default;
}

table.dojoComboBox {	
	border: 1px solid #afafaf;
	border-collapse: collapse;
}

table.dojoComboBox img{
	vertical-align:bottom;
}

.dojoComboBoxItem {
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
}

.dojoComboBoxItemEven {
	background-color: #f4f4f4;
}

.dojoComboBoxItemOdd {
	background-color: white;
}

.dojoComboBoxItemHighlight {
	background-color: #63709A;
	color: white;
}

also, I changed the dimentions of the button graphic to 15px/20px (src/widget/templates/images/combo_box_arrow.png)

now your combobox won't get picked on by the other select boxes for looking different.

Attachments

combo_box_arrow.png (307 bytes) - added by rheaghen@… 2 years ago.
new button graphic - combobox

Change History

Changed 2 years ago by bill

  • owner changed from anonymous to itorrey
  • summary changed from FIXED - ComboBox Extra Spacing/Strange Gaps/Unusual Style to [patch] ComboBox Extra Spacing/Strange Gaps/Unusual Style

rheaghen - we need you to sign a CLA before accepting patches.

In any case, Torrey is designing the theme for our UI so it's up to him what it looks like.

Changed 2 years ago by rheaghen

  • version changed from 0.2 to 0.3

Whoa''' this is the first time this has ever happened. I've never been an active contributor of any project before, as this is only my third year as a developer. I would be happy to comply with your requests. could you please provide more specifics? Do you have access to my email? Should I just be logging in as guest?

What is a CLA?

From Wikipedia, the free encyclopedia

Jump to: navigation, search

CLA is a three-letter abbreviation that may mean:

    * California Library Association
    * Canadian Library Association
    * Command Line Arguments
    * Conjugated linoleic acid
    * Cuban Liberator Army
    * Child Language Aquisition
    * Computer Law Association <--- maybe?
    * Country Land and Business Association...
           ...(formerly the Country Landowners' Association)

Torrey, please feel free to contact me throgh my gmail account. The same name listed below will work just fine. sorry for the anti-robot tactics with the email.

-Rheaghen

Changed 2 years ago by bill

Changed 2 years ago by rheaghen@…

new button graphic - combobox

Changed 2 years ago by rheaghen@…

  • keywords combobox style added
  • summary changed from [patch] ComboBox Extra Spacing/Strange Gaps/Unusual Style to ComboBox Extra Spacing/Strange Gaps/Unusual Style
  • component changed from General to Widgets
  • milestone set to 0.3.1

Ok... I'll fax in the icla tomorrow morning. note: added the button graphic to illustrate the need for a different shaped button. if you'd lik eit to match the old design, I'd be happy to make that happen.

Changed 2 years ago by rheaghen@…

Ok... my CLA has been faxed. =)

Changed 2 years ago by dylan

  • milestone changed from 0.3.1 to 0.4

Changed 2 years ago by dylan

  • summary changed from ComboBox Extra Spacing/Strange Gaps/Unusual Style to [patch][cla] ComboBox Extra Spacing/Strange Gaps/Unusual Style

Changed 2 years ago by dylan

  • type changed from enhancement to defect
  • component changed from Widgets to design/interactions

not really an enhancement, so changing status so that it can still make it into 0.4

Changed 2 years ago by itorrey

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

Updates made recently seem to fix this issue. For the moment we will keep the current graphic for the arrow but I'll save this one as I really like it and it could become part of a new theme we do for 0.5

Changed 18 months ago by anonymous

  • milestone deleted

Milestone 0.4 deleted

Note: See TracTickets for help on using tickets.