Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1114271

Summary: Horizon: Disable buttons when user doesn't fill mandatory fields
Product: Red Hat OpenStack Reporter: Ido Ovadia <iovadia>
Component: python-django-horizonAssignee: Matthias Runge <mrunge>
Status: CLOSED UPSTREAM QA Contact: Ido Ovadia <iovadia>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.0 (RHEL 7)CC: aortega, jpichon, mrunge, yeylon
Target Milestone: ---   
Target Release: 5.0 (RHEL 7)   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-07-09 09:16:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Create Image dialog
none
Launch Instance dialog none

Description Ido Ovadia 2014-06-29 12:52:30 UTC
Created attachment 913162 [details]
Create Image dialog

Description of problem:
=======================
Many dialogs have mandatory fields. 
Buttons in these dialogs should be disabled until user fill the mandatory fields. 

Version-Release number of selected component (if applicable):
============================================================
python-django-horizon-2014.1-7.el7ost.noarch
openstack-dashboard-2014.1-7.el7ost.noarch

How reproducible:
=================
100%

Steps to Reproduce:
===================
1. Login to Horizon
2. Click 'Project' --> 'Compute' --> 'Images'
3. Click 'Create Image'

Actual results:
===============
Mandatory fields are empty but 'Create Image' button in enabled

Expected results:
=================
The button should be disabled until user fill the mandatory fields.  


Additional info:
================
Two screenshots are enclosed

Comment 1 Ido Ovadia 2014-06-29 12:53:37 UTC
Created attachment 913163 [details]
Launch Instance dialog