Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0051764 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [POS2] POS | trivial | always | 2023-03-02 16:55 | 2023-03-02 16:55 | |||||||
Reporter | migueldejuana | View Status | public | |||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0051764: BaseButtonGroup must use StandardButton instead of BaseButton | |||||||||||
Description | BaseButtonGroup is using BaseButton and therefore it has not some of the css features shared by all buttons that are defined in StandardButton. | |||||||||||
Steps To Reproduce | n/a | |||||||||||
Proposed Solution | <BaseButton key={`obc2BaseButtonGroupOption_${currentElementValue}`} testId={`obc2BaseButtonGroupOption_${currentElementValue}`} variantClass={`${variantClass} ${ currentElementValue === value ? 'selected' : '' } ${icon ? 'withIcon' : ''}`} disabled={disabled} events={() => ({ onLeftClick: () => onChange(currentElementValue) })} > <BaseContent icon={icon} label={label} /> </BaseButton> ); ---> <StandardButton key={`obc2BaseButtonGroupOption_${currentElementValue}`} testId={`obc2BaseButtonGroupOption_${currentElementValue}`} icon={icon} label={label} variantClass={`${variantClass} ${ currentElementValue === value ? 'selected' : '' } ${icon ? 'withIcon' : ''}`} disabled={disabled} events={() => ({ onLeftClick: () => onChange(currentElementValue) })} /> | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Issue History | |||
Date Modified | Username | Field | Change |
2023-03-02 16:55 | migueldejuana | New Issue | |
2023-03-02 16:55 | migueldejuana | Assigned To | => Triage Platform Base |
2023-03-02 16:55 | migueldejuana | Triggers an Emergency Pack | => No |
Copyright © 2000 - 2009 MantisBT Group |