Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 484753 - tooltip missing when there is a menu on the field
Summary: tooltip missing when there is a menu on the field
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Scout (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-21 03:41 EST by Adrian Sacchi CLA
Modified: 2021-08-19 11:09 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian Sacchi CLA 2015-12-21 03:41:07 EST
If a field features both a tooltip and a menu, the tooltip is not rendered. 

Tested with string field:

public class MessageField extends AbstractStringField {

  @Override
  protected String getConfiguredLabel() {
    return TEXTS.get("Message");
  }

  @Override
  protected String getConfiguredTooltipText() {
    return "This is a tooltip.";
  }

  public class Menu extends AbstractMenu {
    @Override
    protected String getConfiguredText() {
      return "Menu";
    }
  }
}
Comment 1 Andre Wegmueller CLA 2019-06-11 10:57:51 EDT
In Scout releases >= 7.0 tooltip and form-field menus are both displayed.
Comment 2 Andre Wegmueller CLA 2019-06-18 03:34:08 EDT
Bulk change: closed bugs with status "RESOLVED".