Bug 1519494 - [RFE] Generic Object builder tab cycle missing the add (commit) remove buttons
Summary: [RFE] Generic Object builder tab cycle missing the add (commit) remove buttons
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.9.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: GA
: 5.12.0
Assignee: Eric Winchell
QA Contact: Dave Johnson
URL:
Whiteboard:
Depends On:
Blocks: 1767823
TreeView+ depends on / blocked
 
Reported: 2017-11-30 18:57 UTC by Jeff Warnica
Modified: 2020-04-14 03:38 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1767823 (view as bug list)
Environment:
Last Closed: 2020-03-20 15:33:35 UTC
Category: Bug
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jeff Warnica 2017-11-30 18:57:42 UTC
Description of problem:
Adding or editing a Generic Object requires a mix of keyboard and mouse actions.


Version-Release number of selected component (if applicable):
5.9.0.11.20171127204214_e316988

How reproducible:
100%

Steps to Reproduce:
1. Create new or edit existing Generic Object
2. tab through name, description, attribute/name, attribute/type
3. tab to - +

Actual results:
Doesn't tab top buttons

Expected results:
Tabs to buttons

Additional info:
"button" is actually a <div>. In Chrome inspector, changing to <button type="button" ...> (otherwise identical html attributes) has expected behavior.

Comment 2 Allen W 2017-11-30 21:26:28 UTC
For some reason, looks like button classes were added to `div` elements rather than using a `button` element or giving the element a `type="button"`

Comment 6 CFME Bot 2019-09-23 18:26:19 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:

https://github.com/ManageIQ/manageiq-ui-classic/commit/52c843ec48d4b5a6501001fbfdfec6d7edf41df7
commit 52c843ec48d4b5a6501001fbfdfec6d7edf41df7
Author:     Eric Winchell <ewinchel>
AuthorDate: Mon Sep 23 11:51:47 2019 -0400
Commit:     Eric Winchell <ewinchel>
CommitDate: Mon Sep 23 11:51:47 2019 -0400

    Add button tag to generic object form

    https://bugzilla.redhat.com/show_bug.cgi?id=1519494

 app/views/static/generic_object/generic_object_table.html.haml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Note You need to log in before you can comment on or make changes to this bug.