[Yahoo-eng-team] [Bug 1570489] Re: Create Volume Type Extra Spec modal double fail oddity

2016-09-02 Thread Diana Whitten
** Changed in: horizon
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570489

Title:
  Create Volume Type Extra Spec modal double fail oddity

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  admin/volumes: 'Volume Types' -> 'Edit Extra Specs' -> '+ Create' ...
  When form pops up, don't fill in required values, click 'Create' ...
  form fails as expected with form errors, don't add anything and click
  create again ... Modal disappears and a confusing background growl is
  thrown up "There was an error submitting the form.  Please try again."
  as seen here: https://i.imgur.com/TSXjJkc.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570489/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1617001] [NEW] Dont' reinitalize themable selects once they've been initialized

2016-08-25 Thread Diana Whitten
Public bug reported:

init_themable_select should only work on things that have not already
been initialized.

** Affects: horizon
 Importance: Medium
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1617001

Title:
  Dont' reinitalize themable selects once they've been initialized

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  init_themable_select should only work on things that have not already
  been initialized.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1617001/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1616660] [NEW] TypeError: $options[jj].attr is not a function on Project Creation

2016-08-24 Thread Diana Whitten
Public bug reported:

A rather nasty JavaScript error triggers when you attempt to do a
Project Creation from inside of the "Create User" modal.

Recreate:

hit the '+' next to the project dropdown, create the project and the
error occurs when you get kicked back to the User modal.

** Affects: horizon
 Importance: High
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1616660

Title:
  TypeError: $options[jj].attr is not a function on Project Creation

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  A rather nasty JavaScript error triggers when you attempt to do a
  Project Creation from inside of the "Create User" modal.

  Recreate:

  hit the '+' next to the project dropdown, create the project and the
  error occurs when you get kicked back to the User modal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1616660/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1616653] [NEW] Compile Modals only when needed

2016-08-24 Thread Diana Whitten
Public bug reported:

Right now, we compile ALL templates upfront.  We may want to only use
alerts when necessary, and so we should only compile each one as needed
and cache its value for use later.

** Affects: horizon
 Importance: Low
 Status: In Progress


** Tags: efficiency

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1616653

Title:
  Compile Modals only when needed

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Right now, we compile ALL templates upfront.  We may want to only use
  alerts when necessary, and so we should only compile each one as
  needed and cache its value for use later.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1616653/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1616654] [NEW] Compile Modals only when needed

2016-08-24 Thread Diana Whitten
Public bug reported:

Right now, we compile ALL templates upfront.  We may want to only use
alerts when necessary, and so we should only compile each one as needed
and cache its value for use later.

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: efficiency

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1616654

Title:
  Compile Modals only when needed

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Right now, we compile ALL templates upfront.  We may want to only use
  alerts when necessary, and so we should only compile each one as
  needed and cache its value for use later.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1616654/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1616222] [NEW] All Table Templates should support template overrides

2016-08-23 Thread Diana Whitten
Public bug reported:

Only some of the table templates are overridable through the meta
DataTableOptions class.  They would ALL be overrideable.

self.template = getattr(options,
'template',
'horizon/common/_data_table.html')

The other templates, listed below, should also use the 'getattr' option.

self.row_actions_dropdown_template = ('horizon/common/_data_table_'
  'row_actions_dropdown.html')
self.row_actions_row_template = ('horizon/common/_data_table_'
 'row_actions_row.html')
self.table_actions_template = \
'horizon/common/_data_table_table_actions.html'

** Affects: horizon
 Importance: Medium
 Assignee: Ryan Peters (rjpeter2)
 Status: In Progress


** Tags: branding

** Changed in: horizon
 Assignee: (unassigned) => Ryan Peters (rjpeter2)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1616222

Title:
  All Table Templates should support template overrides

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Only some of the table templates are overridable through the meta
  DataTableOptions class.  They would ALL be overrideable.

  self.template = getattr(options,
  'template',
  'horizon/common/_data_table.html')

  The other templates, listed below, should also use the 'getattr'
  option.

  self.row_actions_dropdown_template = ('horizon/common/_data_table_'
'row_actions_dropdown.html')
  self.row_actions_row_template = ('horizon/common/_data_table_'
   'row_actions_row.html')
  self.table_actions_template = \
  'horizon/common/_data_table_table_actions.html'

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1616222/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1611057] [NEW] Preview Page: Default Theme: Content Horizontally Scrolling

2016-08-08 Thread Diana Whitten
Public bug reported:

Recent removal of styles on default theme has caused the Theme Preview
page to horizontally scroll when it shouldn't.

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: previewpage

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1611057

Title:
  Preview Page: Default Theme: Content Horizontally Scrolling

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Recent removal of styles on default theme has caused the Theme Preview
  page to horizontally scroll when it shouldn't.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1611057/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570482] Re: UX: Single Step Workflows should be handled differently

2016-08-04 Thread Diana Whitten
** Changed in: horizon
   Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570482

Title:
  UX: Single Step Workflows should be handled differently

Status in OpenStack Dashboard (Horizon):
  Won't Fix

Bug description:
  Single Step Workflows shouldn't even be treated as workflows ... it
  wastes space and looks strange.

  See here: https://i.imgur.com/RwKCHc4.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570482/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1609138] [NEW] UX: System Information Overflow Fail

2016-08-02 Thread Diana Whitten
Public bug reported:

System Information End points shouldn't ALWAYS overflow ...

https://i.imgur.com/sdKXDVu.png
https://i.imgur.com/9HY3PjO.png

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: ux

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1609138

Title:
  UX: System Information Overflow Fail

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  System Information End points shouldn't ALWAYS overflow ...

  https://i.imgur.com/sdKXDVu.png
  https://i.imgur.com/9HY3PjO.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1609138/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570462] Re: UX: Create Host Aggregate missing required shouldn't hit backend

2016-07-29 Thread Diana Whitten
** Changed in: horizon
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570462

Title:
  UX: Create Host Aggregate missing required shouldn't hit backend

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  When adding a host aggregate, name is required, but leaving it off,
  hits the backend, closes the modal and throws up a growl in the
  background: https://i.imgur.com/0cMDFkC.png

  This shouldn't even hit the backend, we should throw up a form error
  for missing required fields, like other modals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570462/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1593001] Re: Horizon Workflows should be one experience

2016-07-18 Thread Diana Whitten
** Changed in: horizon
   Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1593001

Title:
  Horizon Workflows should be one experience

Status in OpenStack Dashboard (Horizon):
  Won't Fix

Bug description:
  The experience of the legacy (Django) workflows and the modern
  (angular based) workflows are drastically different.  They should be
  aligned.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1593001/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1602880] [NEW] Material: Progress Bars should allow text

2016-07-13 Thread Diana Whitten
Public bug reported:

material progress bars are so thin, that when you add text to them, its
unpleasant.  We need to support a progress bar type containing text that
is bigger by default.

** Affects: horizon
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1602880

Title:
  Material: Progress Bars should allow text

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  material progress bars are so thin, that when you add text to them,
  its unpleasant.  We need to support a progress bar type containing
  text that is bigger by default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1602880/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1598311] [NEW] Horizon Forms should allow themable number spinners

2016-07-01 Thread Diana Whitten
Public bug reported:

Much like the themable selects and checkboxes, number spinners should
also be themable.

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1598311

Title:
  Horizon Forms should allow themable number spinners

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Much like the themable selects and checkboxes, number spinners should
  also be themable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1598311/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1597532] [NEW] Containers/Swift has a LOT of padding

2016-06-29 Thread Diana Whitten
Public bug reported:

Containers/Swift has a LOT of padding

The two columns should align together ... and the empty state should use
an info or well or something more bootstrappy.

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding containers swift

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1597532

Title:
  Containers/Swift has a LOT of padding

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Containers/Swift has a LOT of padding

  The two columns should align together ... and the empty state should
  use an info or well or something more bootstrappy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1597532/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1597528] [NEW] Containers/Swift URL Redirection Loop

2016-06-29 Thread Diana Whitten
Public bug reported:

If you hit /project/containers/container/ directly, you hit an infinite
reloading loop.

See the captured animated gif attached.

** Affects: horizon
 Importance: Undecided
 Status: Confirmed


** Tags: containers swift

** Attachment added: "swift_reload.gif"
   
https://bugs.launchpad.net/bugs/1597528/+attachment/4692478/+files/swift_reload.gif

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1597528

Title:
  Containers/Swift URL Redirection Loop

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  If you hit /project/containers/container/ directly, you hit an
  infinite reloading loop.

  See the captured animated gif attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1597528/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1597503] [NEW] Preview Page: Material: Code Icon is wrong

2016-06-29 Thread Diana Whitten
Public bug reported:

Somewhere along the lines, the preview page code button, when viewed in
'Material' shows an alarm clock instead of a code icon.  Seen here:
https://i.imgur.com/MfpXYpC.png

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1597503

Title:
  Preview Page: Material: Code Icon is wrong

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Somewhere along the lines, the preview page code button, when viewed
  in 'Material' shows an alarm clock instead of a code icon.  Seen here:
  https://i.imgur.com/MfpXYpC.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1597503/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1597479] [NEW] Preview Page: Form: Everything says Legend

2016-06-29 Thread Diana Whitten
Public bug reported:

Under the form section of the preview page, when you click the 'code'
button, everything shows with a text node of "Legend"

See here:
https://i.imgur.com/24Abkvf.png

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1597479

Title:
  Preview Page: Form: Everything says Legend

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Under the form section of the preview page, when you click the 'code'
  button, everything shows with a text node of "Legend"

  See here:
  https://i.imgur.com/24Abkvf.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1597479/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1597458] [NEW] Branding: New LI should use themable selects

2016-06-29 Thread Diana Whitten
Public bug reported:

Most of Horizon now uses themable selects ... the new LI should too.

** Affects: horizon
 Importance: Medium
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1597458

Title:
  Branding: New LI should use themable selects

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Most of Horizon now uses themable selects ... the new LI should too.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1597458/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1481416] Re: Horizon UI refreshes the active panel when clicked again

2016-06-29 Thread Diana Whitten
** Changed in: horizon
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1481416

Title:
  Horizon UI refreshes the active panel when clicked again

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Horizon refreshes the page even the panel selected is the same one as
  the one clicked

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1481416/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1597140] [NEW] Data Table Actions need context

2016-06-28 Thread Diana Whitten
Public bug reported:

Data Table action buttons/anchors need a context class that makes it
possible to customize button experiences on a global scale.

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1597140

Title:
  Data Table Actions need context

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Data Table action buttons/anchors need a context class that makes it
  possible to customize button experiences on a global scale.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1597140/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1595754] [NEW] Magic Search shouldn't hardcode width

2016-06-23 Thread Diana Whitten
Public bug reported:

Recent fixed have caused much oddity around magic search in Swift.  The
layout is now broken and shifts to two line even on a single input.

** Affects: horizon
 Importance: Medium
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1595754

Title:
  Magic Search shouldn't hardcode width

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Recent fixed have caused much oddity around magic search in Swift.
  The layout is now broken and shifts to two line even on a single
  input.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1595754/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1593001] [NEW] Horizon Workflows should be one experience

2016-06-15 Thread Diana Whitten
Public bug reported:

The experience of the legacy (Django) workflows and the modern (angular
based) workflows are drastically different.  They should be aligned.

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1593001

Title:
  Horizon Workflows should be one experience

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The experience of the legacy (Django) workflows and the modern
  (angular based) workflows are drastically different.  They should be
  aligned.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1593001/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1592476] [NEW] Branding: Detail Actions need Context

2016-06-14 Thread Diana Whitten
Public bug reported:

Detail Page Action Menus need Context class to enable customization.

horizon/templates/horizon/common/_detail_header.html

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1592476

Title:
  Branding: Detail Actions need Context

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Detail Page Action Menus need Context class to enable customization.

  horizon/templates/horizon/common/_detail_header.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1592476/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1590921] Re: Project Detail: Breadcrumbs are being injected as the page title

2016-06-10 Thread Diana Whitten
** Project changed: openstack-ux => horizon

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1590921

Title:
  Project Detail: Breadcrumbs are being injected as the page title

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The page title is not present/ breadcrumbs are in it's place.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1590921/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1590917] Re: Global tables don't have styled sort by indicators

2016-06-10 Thread Diana Whitten
** Description changed:

- Globally there is no indication of which column is being sorted. the
- sorted column should have a stroke underneath the column label.
+ Globally there is no indication of which column is being sorted.

** Project changed: openstack-ux => horizon

** Attachment removed: "projects list02.png"
   
https://bugs.launchpad.net/horizon/+bug/1590917/+attachment/4680561/+files/projects%20list02.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1590917

Title:
  Global tables don't have styled sort by indicators

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Globally there is no indication of which column is being sorted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1590917/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1590915] Re: Images: Filter box is treated differently than other screens

2016-06-10 Thread Diana Whitten
** Attachment removed: "images.png"
   
https://bugs.launchpad.net/openstack-ux/+bug/1590915/+attachment/4680560/+files/images.png

** Project changed: openstack-ux => horizon

** Description changed:

  The filter box has a different treatment than other other screens.
- (filter icon and x.clear icon are not present and the box is the wrong
- height)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1590915

Title:
  Images: Filter box is treated differently than other screens

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The filter box has a different treatment than other other screens.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1590915/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1590914] Re: Create container screen theming issues

2016-06-10 Thread Diana Whitten
** Project changed: openstack-ux => horizon

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1590914

Title:
  Create container screen theming issues

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The labels are not currently contained in a field.
  There is a "required" in the field, can that be empty?
  Star for required field
  The check boxes should be themeable, not the default bootstrap styling.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1590914/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1590028] [NEW] Angular LI Required Icon isn't Brand Primary Color

2016-06-07 Thread Diana Whitten
Public bug reported:

https://i.imgur.com/KmI0NEw.png

** Affects: horizon
 Importance: Medium
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1590028

Title:
  Angular LI Required Icon isn't Brand Primary Color

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  https://i.imgur.com/KmI0NEw.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1590028/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1589647] [NEW] Table Column Sorting icon doesn't not inherit from theme

2016-06-06 Thread Diana Whitten
Public bug reported:

It always uses the Font Awesome caret, see here:

https://i.imgur.com/peUCg5I.png

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1589647

Title:
  Table Column Sorting icon doesn't not inherit from theme

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  It always uses the Font Awesome caret, see here:

  https://i.imgur.com/peUCg5I.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1589647/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1583754] [NEW] Style: Default Theme: Should Support Dropup Menus

2016-05-19 Thread Diana Whitten
Public bug reported:

Bootstrap supports dropup menus in addition to dropdown menus, seen
here: http://getbootstrap.com/components/#dropdowns

Right now, our little dropdown arrow only works for drop'down' menus.

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding themes

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1583754

Title:
  Style: Default Theme: Should Support Dropup Menus

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Bootstrap supports dropup menus in addition to dropdown menus, seen
  here: http://getbootstrap.com/components/#dropdowns

  Right now, our little dropdown arrow only works for drop'down' menus.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1583754/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1582917] Re: Some modals don't have a backdrop

2016-05-17 Thread Diana Whitten
** Changed in: horizon
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1582917

Title:
  Some modals don't have a backdrop

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Some modals don't have a backdrop:

  1. Volume Type > View Extra Specs
  2. API Access > View Credentials

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1582917/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1582917] [NEW] Some modals don't have a backdrop

2016-05-17 Thread Diana Whitten
Public bug reported:

Some modals don't have a backdrop:

1. Volume Type > View Extra Specs
2. API Access > View Credentials

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1582917

Title:
  Some modals don't have a backdrop

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Some modals don't have a backdrop:

  1. Volume Type > View Extra Specs
  2. API Access > View Credentials

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1582917/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1195814] Re: clean up meaningless css classes added to row actions

2016-05-17 Thread Diana Whitten
I agree with having contextual classes for reskinning.  We've been
adding them as we go. Closing as won't fix.

** Changed in: horizon
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1195814

Title:
  clean up meaningless css classes added to row actions

Status in OpenStack Dashboard (Horizon):
  Won't Fix

Bug description:
  Many row actions have meaningless css classes added in their
  definition in the various tables.py.  These provide no benefit as they
  are not defined anywhere in Horizon.  This is a bad habit and
  confusing.

  To be clear, 'btn-danger', 'ajax-modal' and a few others are
  meaningful and should remain.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1195814/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1546146] Re: Error messages/alerts are behind the modal backdrop

2016-05-17 Thread Diana Whitten
This actually isn't a bug, but by design.  All errors on form input are
returned back and rendered on the form itself.  There are a couple of
instances of modal errors doing both, but bugs have been opened on
those.

No other 'message' errors get spawned in the background, unless its some
kind of polling error that gets triggered, which usually puts the error
in the table itself.

** Changed in: horizon
   Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1546146

Title:
  Error messages/alerts are behind the modal backdrop

Status in OpenStack Dashboard (Horizon):
  Won't Fix

Bug description:
  Error messages appear to be rendering behind the modal backdrop.

  For example:

  Create User Dialog spawns its error in a growl in the background and
  leaves the modal up.

  Recreate: Create a user that already exists:
  https://i.imgur.com/SaOsIRb.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1546146/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1581669] [NEW] Preview Page: Modal location is off

2016-05-13 Thread Diana Whitten
Public bug reported:

Preview Page: Modal location is off

There is JavaScript in horizon that is forcing a hardcoded top offset
for the modal.  This is causing shenanigans on the theme preview page
for the lower sections.

** Affects: horizon
 Importance: Medium
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

** Attachment added: "Screen Shot 2016-05-13 at 1.28.22 PM.png"
   
https://bugs.launchpad.net/bugs/1581669/+attachment/4662447/+files/Screen%20Shot%202016-05-13%20at%201.28.22%20PM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1581669

Title:
  Preview Page: Modal location is off

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Preview Page: Modal location is off

  There is JavaScript in horizon that is forcing a hardcoded top offset
  for the modal.  This is causing shenanigans on the theme preview page
  for the lower sections.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1581669/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570591] [NEW] Style: Instance Detail Console Error is not consistent

2016-04-14 Thread Diana Whitten
Public bug reported:

project/instances: Detail view -> Console ... ON error, it gives a
strange experience with the alert box: https://i.imgur.com/5wQ6P1a.png

We can just remove that button ... its not necessary and all it does it
reload the current page.

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: consistency style

** Attachment added: "Screen Shot 2016-04-14 at 1.50.08 PM.png"
   
https://bugs.launchpad.net/bugs/1570591/+attachment/4637102/+files/Screen%20Shot%202016-04-14%20at%201.50.08%20PM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570591

Title:
  Style: Instance Detail Console Error is not consistent

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  project/instances: Detail view -> Console ... ON error, it gives a
  strange experience with the alert box: https://i.imgur.com/5wQ6P1a.png

  We can just remove that button ... its not necessary and all it does
  it reload the current page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570591/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570590] [NEW] Style: Tabs should have bottom padding

2016-04-14 Thread Diana Whitten
Public bug reported:

As seen here: https://i.imgur.com/4U5aJUe.png

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: style ux

** Attachment added: "Screen Shot 2016-04-14 at 1.41.28 PM.png"
   
https://bugs.launchpad.net/bugs/1570590/+attachment/4637101/+files/Screen%20Shot%202016-04-14%20at%201.41.28%20PM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570590

Title:
  Style: Tabs should have bottom padding

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  As seen here: https://i.imgur.com/4U5aJUe.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570590/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570531] [NEW] UX: Stacks -> Preview Template Form Error is inconsistent

2016-04-14 Thread Diana Whitten
Public bug reported:

project/stacks -> Preview Template form errors are in alert box instead
of on the form element itself ... see https://i.imgur.com/65Ny93a.png

** Affects: horizon
 Importance: Wishlist
 Status: Triaged


** Tags: consistency ux

** Attachment added: "Screen Shot 2016-04-14 at 11.04.01 AM.png"
   
https://bugs.launchpad.net/bugs/1570531/+attachment/4637020/+files/Screen%20Shot%202016-04-14%20at%2011.04.01%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570531

Title:
  UX: Stacks -> Preview Template Form Error is inconsistent

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  project/stacks -> Preview Template form errors are in alert box
  instead of on the form element itself ... see
  https://i.imgur.com/65Ny93a.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570531/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570532] [NEW] UX: Stack Table Actions aren't in dropdown

2016-04-14 Thread Diana Whitten
Public bug reported:

project/stacks --> All table actions are separate buttons.  this is
inconsistent with all other tables ... see here:
https://i.imgur.com/mH75vvU.png

** Affects: horizon
 Importance: Low
 Status: Triaged


** Tags: consistency ux

** Attachment added: "Screen Shot 2016-04-14 at 11.06.30 AM.png"
   
https://bugs.launchpad.net/bugs/1570532/+attachment/4637021/+files/Screen%20Shot%202016-04-14%20at%2011.06.30%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570532

Title:
  UX: Stack Table Actions aren't in dropdown

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  project/stacks --> All table actions are separate buttons.  this is
  inconsistent with all other tables ... see here:
  https://i.imgur.com/mH75vvU.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570532/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570535] [NEW] UX: Resource Types table needs filter

2016-04-14 Thread Diana Whitten
Public bug reported:

Resource Types table could REALLY use a filter of some kind, to match
other tables: https://i.imgur.com/9hu6ZqN.png

** Affects: horizon
 Importance: Wishlist
 Status: Triaged


** Tags: consistency ux

** Attachment added: "Screen Shot 2016-04-14 at 11.08.52 AM.png"
   
https://bugs.launchpad.net/bugs/1570535/+attachment/4637022/+files/Screen%20Shot%202016-04-14%20at%2011.08.52%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570535

Title:
  UX: Resource Types table needs filter

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  Resource Types table could REALLY use a filter of some kind, to match
  other tables: https://i.imgur.com/9hu6ZqN.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570535/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570526] [NEW] UX: Add IPSec Policy Modal Hint List is hard to read

2016-04-14 Thread Diana Whitten
Public bug reported:

project/vpn: Add IPSec Policy: HInt test has a bulleted list that looks
odd and is hard to read, see here: https://i.imgur.com/1jlPBBj.png

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: style ux

** Attachment added: "Screen Shot 2016-04-14 at 10.57.59 AM.png"
   
https://bugs.launchpad.net/bugs/1570526/+attachment/4637011/+files/Screen%20Shot%202016-04-14%20at%2010.57.59%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570526

Title:
  UX: Add IPSec Policy Modal Hint List is hard to read

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  project/vpn: Add IPSec Policy: HInt test has a bulleted list that
  looks odd and is hard to read, see here:
  https://i.imgur.com/1jlPBBj.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570526/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570514] [NEW] UX: More Actions should be disabled if all actions are disabled

2016-04-14 Thread Diana Whitten
Public bug reported:

UX Improvement: Table 'More Actions' should be disabled if ALL contained
items are also disabled: https://i.imgur.com/lubdzTj.png

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: ux

** Attachment added: "Screen Shot 2016-04-14 at 10.39.49 AM.png"
   
https://bugs.launchpad.net/bugs/1570514/+attachment/4636993/+files/Screen%20Shot%202016-04-14%20at%2010.39.49%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570514

Title:
  UX: More Actions should be disabled if all actions are disabled

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  UX Improvement: Table 'More Actions' should be disabled if ALL
  contained items are also disabled: https://i.imgur.com/lubdzTj.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570514/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570510] [NEW] Create Image: Redunant Error Message

2016-04-14 Thread Diana Whitten
Public bug reported:

admin/images: '+ Create Image' ... if you submit the form without
filling out any required fields, proper form errors show but also a
general 'alert' form error.  This is redundant and not needed:
https://i.imgur.com/NEOb77o.png

** Affects: horizon
 Importance: Wishlist
 Status: Triaged


** Tags: ux

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570510

Title:
  Create Image: Redunant Error Message

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  admin/images: '+ Create Image' ... if you submit the form without
  filling out any required fields, proper form errors show but also a
  general 'alert' form error.  This is redundant and not needed:
  https://i.imgur.com/NEOb77o.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570510/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570489] [NEW] Create Volume Type Extra Spec modal double fail oddity

2016-04-14 Thread Diana Whitten
Public bug reported:

admin/volumes: 'Volume Types' -> 'Edit Extra Specs' -> '+ Create' ...
When form pops up, don't fill in required values, click 'Create' ...
form fails as expected with form errors, don't add anything and click
create again ... Modal disappears and a confusing background growl is
thrown up "There was an error submitting the form.  Please try again."
as seen here: https://i.imgur.com/TSXjJkc.png

** Affects: horizon
 Importance: Low
 Status: Triaged

** Attachment added: "Screen Shot 2016-04-14 at 10.06.11 AM.png"
   
https://bugs.launchpad.net/bugs/1570489/+attachment/4636967/+files/Screen%20Shot%202016-04-14%20at%2010.06.11%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570489

Title:
  Create Volume Type Extra Spec modal double fail oddity

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  admin/volumes: 'Volume Types' -> 'Edit Extra Specs' -> '+ Create' ...
  When form pops up, don't fill in required values, click 'Create' ...
  form fails as expected with form errors, don't add anything and click
  create again ... Modal disappears and a confusing background growl is
  thrown up "There was an error submitting the form.  Please try again."
  as seen here: https://i.imgur.com/TSXjJkc.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570489/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570490] [NEW] Volume Type Extra Specs Modal has no backdrop

2016-04-14 Thread Diana Whitten
Public bug reported:

admin/volumes: 'Volume Types' -> 'Edit Extra Specs'  ... see here:
https://i.imgur.com/XdCi1Lo.png

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: style ux

** Attachment added: "Screen Shot 2016-04-14 at 10.08.11 AM.png"
   
https://bugs.launchpad.net/bugs/1570490/+attachment/4636968/+files/Screen%20Shot%202016-04-14%20at%2010.08.11%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570490

Title:
  Volume Type Extra Specs Modal has no backdrop

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  admin/volumes: 'Volume Types' -> 'Edit Extra Specs'  ... see here:
  https://i.imgur.com/XdCi1Lo.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570490/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570488] [NEW] Edit Extra Spec Value Fail

2016-04-14 Thread Diana Whitten
Public bug reported:

admin/volumes: 'Volume Types' -> 'Edit Extra Specs' -> 'Edit' and remove
the 'Value' value (which is a required field).  On form submit & error,
the title becomes: 'Edit Extra Spec Value: %s' ... see here:
https://i.imgur.com/gBa40Sm.png

** Affects: horizon
 Importance: Low
 Status: Triaged

** Attachment added: "Screen Shot 2016-04-14 at 9.58.52 AM.png"
   
https://bugs.launchpad.net/bugs/1570488/+attachment/4636966/+files/Screen%20Shot%202016-04-14%20at%209.58.52%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570488

Title:
  Edit Extra Spec Value Fail

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  admin/volumes: 'Volume Types' -> 'Edit Extra Specs' -> 'Edit' and
  remove the 'Value' value (which is a required field).  On form submit
  & error, the title becomes: 'Edit Extra Spec Value: %s' ... see here:
  https://i.imgur.com/gBa40Sm.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570488/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570485] [NEW] UX: Inconsistent Spinner Usage

2016-04-14 Thread Diana Whitten
Public bug reported:

admin/volumes: Clicking from 'Volumes' tab to 'Volume Types', gives a
strange spinner ... not consistent with other spinner usage and the
styling on it isn't great: https://i.imgur.com/cj20kV1.gif

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: style ux

** Attachment added: "spinner_usage.gif"
   
https://bugs.launchpad.net/bugs/1570485/+attachment/4636965/+files/spinner_usage.gif

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570485

Title:
  UX: Inconsistent Spinner Usage

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  admin/volumes: Clicking from 'Volumes' tab to 'Volume Types', gives a
  strange spinner ... not consistent with other spinner usage and the
  styling on it isn't great: https://i.imgur.com/cj20kV1.gif

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570485/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570482] [NEW] UX: Single Step Workflows should be handled differently

2016-04-14 Thread Diana Whitten
Public bug reported:

Single Step Workflows shouldn't even be treated as workflows ... it
wastes space and looks strange.

See here: https://i.imgur.com/RwKCHc4.png

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: ux

** Attachment added: "Screen Shot 2016-04-14 at 9.47.50 AM.png"
   
https://bugs.launchpad.net/bugs/1570482/+attachment/4636948/+files/Screen%20Shot%202016-04-14%20at%209.47.50%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570482

Title:
  UX: Single Step Workflows should be handled differently

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  Single Step Workflows shouldn't even be treated as workflows ... it
  wastes space and looks strange.

  See here: https://i.imgur.com/RwKCHc4.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570482/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570477] [NEW] Style: Host Aggregate: Update Metadata overflow fail

2016-04-14 Thread Diana Whitten
Public bug reported:

See attached image.

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: css style

** Attachment added: "Screen Shot 2016-04-14 at 9.15.06 AM.png"
   
https://bugs.launchpad.net/bugs/1570477/+attachment/4636945/+files/Screen%20Shot%202016-04-14%20at%209.15.06%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570477

Title:
  Style: Host Aggregate: Update Metadata overflow fail

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  See attached image.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570477/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570462] [NEW] UX: Create Host Aggregate missing required shouldn't hit backend

2016-04-14 Thread Diana Whitten
Public bug reported:

When adding a host aggregate, name is required, but leaving it off, hits
the backend, closes the modal and throws up a growl in the background:
https://i.imgur.com/0cMDFkC.png

This shouldn't even hit the backend, we should throw up a form error for
missing required fields, like other modals.

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: ux

** Attachment added: "Screen Shot 2016-04-14 at 9.08.14 AM.png"
   
https://bugs.launchpad.net/bugs/1570462/+attachment/4636916/+files/Screen%20Shot%202016-04-14%20at%209.08.14%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570462

Title:
  UX: Create Host Aggregate missing required shouldn't hit backend

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  When adding a host aggregate, name is required, but leaving it off,
  hits the backend, closes the modal and throws up a growl in the
  background: https://i.imgur.com/0cMDFkC.png

  This shouldn't even hit the backend, we should throw up a form error
  for missing required fields, like other modals.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570462/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570455] [NEW] UX: Batch actions should start out disabled

2016-04-14 Thread Diana Whitten
Public bug reported:

Instead of starting out enabled and then becoming disabled, the most
common use case for batch actions is disabled.  We should start out that
way first and then enable once we've crawled the table.

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: ux

** Attachment added: "button_disabled.gif"
   
https://bugs.launchpad.net/bugs/1570455/+attachment/4636896/+files/button_disabled.gif

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570455

Title:
  UX: Batch actions should start out disabled

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  Instead of starting out enabled and then becoming disabled, the most
  common use case for batch actions is disabled.  We should start out
  that way first and then enable once we've crawled the table.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570455/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570450] [NEW] UX: Create User Dialog spawns error in background

2016-04-14 Thread Diana Whitten
Public bug reported:

Create User Dialog spawns its error in a growl in the background and
leaves the modal up.

Recreate: Create a user that already exists:
https://i.imgur.com/SaOsIRb.png

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: ux

** Attachment added: "Screen Shot 2016-04-14 at 8.52.41 AM.png"
   
https://bugs.launchpad.net/bugs/1570450/+attachment/4636893/+files/Screen%20Shot%202016-04-14%20at%208.52.41%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570450

Title:
  UX: Create User Dialog spawns error in background

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  Create User Dialog spawns its error in a growl in the background and
  leaves the modal up.

  Recreate: Create a user that already exists:
  https://i.imgur.com/SaOsIRb.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570450/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1570434] [NEW] UX: Inconsistent Experience Across Form Errors

2016-04-14 Thread Diana Whitten
Public bug reported:

Lots of forms act different when they hit problems.  Some throw up an
alert on the form (preferred) and some error out, close the modal and
throw up a growl (annoying)

Example: Create a project with a name that already exists:
https://i.imgur.com/xwQH5QJ.png

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: ux

** Attachment added: "Screen Shot 2016-04-14 at 8.26.12 AM.png"
   
https://bugs.launchpad.net/bugs/1570434/+attachment/4636881/+files/Screen%20Shot%202016-04-14%20at%208.26.12%20AM.png

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1570434

Title:
  UX: Inconsistent Experience Across Form Errors

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  Lots of forms act different when they hit problems.  Some throw up an
  alert on the form (preferred) and some error out, close the modal and
  throw up a growl (annoying)

  Example: Create a project with a name that already exists:
  https://i.imgur.com/xwQH5QJ.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1570434/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1569520] [NEW] Style: Material Design: Right Hamburger Shouldn't have Hover

2016-04-12 Thread Diana Whitten
Public bug reported:

Style: Material Design: Right Hamburger Shouldn't have Hover

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged


** Tags: material

** Attachment added: "Screen Shot 2016-04-12 at 11.29.32 AM.png"
   
https://bugs.launchpad.net/bugs/1569520/+attachment/4634618/+files/Screen%20Shot%202016-04-12%20at%2011.29.32%20AM.png

** Changed in: horizon
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1569520

Title:
  Style: Material Design: Right Hamburger Shouldn't have Hover

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  Style: Material Design: Right Hamburger Shouldn't have Hover

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1569520/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1489905] Re: Ajax errors returning 500 error + html

2016-04-05 Thread Diana Whitten
** Changed in: horizon
   Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1489905

Title:
  Ajax errors returning 500 error + html

Status in OpenStack Dashboard (Horizon):
  Won't Fix

Bug description:
  Currently, any ajax call that hits an error other than NotAuthorized
  or NotAuthenticated the end-response returned will likely be a 500
  error with all the html of our ISE page included.

  Richard Jones's API code already provides a way to handle these
  issues, so we should use that!

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1489905/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1493140] Re: create network form duplicates errors

2016-04-05 Thread Diana Whitten
This doesn't seem to happen anymore, or I am unable to recreate it.

** Changed in: horizon
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1493140

Title:
  create network form duplicates errors

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  When trying to create a network with "create network"  button on the
  page "/horizon/project/networks/", there is a modal form with
  subforms. It has second section named "Subnet".  If you just click
  "Next" button there, you will get an error 'Specify "Network Address"
  or clear "Create Subnet" checkbox.', if you click it one more time,
  this error appears again. Same thing happens with any field errors on
  this form.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1493140/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1483595] Re: Navigating Horizon UI hieroglyphs appears near buttons

2016-04-05 Thread Diana Whitten
Cannot reproduce this bug.  Is this still a problem for you?

** Changed in: horizon
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1483595

Title:
  Navigating Horizon UI hieroglyphs appears near buttons

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Reproduced on stable kilo.

  Steps to reproduce:

  1. Navigate to horizon

  Actual result:
  Symbols like hieroglyphs appears near buttons (see attachment)
  It is reproduced in Firefox, Chrome, Vivaldi browsers

  Expected result:
  No symbols like hieroglyphs near buttons

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1483595/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1482499] Re: error page found in url: /dashboard/admin/aggregates/

2016-04-05 Thread Diana Whitten
I can't seem to reproduce this bug.  Can you verify this is still an
issue?

** Changed in: horizon
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1482499

Title:
  error page found in url:  /dashboard/admin/aggregates/

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Create a host aggregates with Availability Zone and a host;  then
  disable the only host in this zone;  when you open
  /dashboard/admin/aggregates/,the  page shows error:   "An unexpected
  error has occurred. Try refreshing the page. If that doesn't  help,
  contact your local administrator."

  In  /var/log/horizon/horizon.log ,it shows: 
  2015-08-07 05:15:50,766 26634 ERROR django.request Internal Server Error: 
/dashboard/admin/aggregates/
  Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 
137, in get_response
  response = response.render()
File "/usr/lib/python2.7/site-packages/django/template/response.py", line 
105, in render
  self.content = self.rendered_content
File "/usr/lib/python2.7/site-packages/django/template/response.py", line 
82, in rendered_content
  content = template.render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 140, 
in render
  return self._render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 134, 
in _render
  return self.nodelist.render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 840, 
in render
  bit = self.render_node(node, context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 854, 
in render_node
  return node.render(context)
File "/usr/lib/python2.7/site-packages/django/template/loader_tags.py", 
line 123, in render
  return compiled_parent._render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 134, 
in _render
  return self.nodelist.render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 840, 
in render
  bit = self.render_node(node, context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 854, 
in render_node
  return node.render(context)
File "/usr/lib/python2.7/site-packages/django/template/loader_tags.py", 
line 62, in render
  result = block.nodelist.render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 840, 
in render
  bit = self.render_node(node, context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 854, 
in render_node
  return node.render(context)
File "/usr/lib/python2.7/site-packages/django/template/loader_tags.py", 
line 62, in render
  result = block.nodelist.render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 840, 
in render
  bit = self.render_node(node, context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 854, 
in render_node
  return node.render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 891, 
in render
  output = self.filter_expression.resolve(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 585, 
in resolve
  obj = self.var.resolve(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 735, 
in resolve
  value = self._resolve_lookup(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 789, 
in _resolve_lookup
  current = current()
File "/usr/lib/python2.7/site-packages/horizon/tables/base.py", line 1149, 
in render
  return table_template.render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 140, 
in render
  return self._render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 134, 
in _render
  return self.nodelist.render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 840, 
in render
  bit = self.render_node(node, context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 854, 
in render_node
  return node.render(context)
File "/usr/lib/python2.7/site-packages/django/template/defaulttags.py", 
line 506, in render
  output = self.nodelist.render(context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 840, 
in render
  bit = self.render_node(node, context)
File "/usr/lib/python2.7/site-packages/django/template/base.py", line 854, 
in render_node
  return node.render(context)
File "/usr/lib/python2.7/site-packages/django/template/defaulttags.py", 
line 504, in render
  six.iteritems(self.extra_context)])
File 

[Yahoo-eng-team] [Bug 1479799] Re: Ajax update of table rows not working in Horizon

2016-04-05 Thread Diana Whitten
Unable to replicate this bug.  If its still a problem, please attach
more information so we can try and recreate it.

** Changed in: horizon
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1479799

Title:
  Ajax update of table rows not working in Horizon

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Hi iam using Kilo openstack My problem is when i create a new instance
  through horizon the request is submitted and the list will be updated
  with this current instance , But the status of the instance is not
  getting updated (instance status is in spawwing all the time if donot
  refresh) and if i refresh the page my instance will be in active state
  , The problem here is ajax updation of the status row is not happening
  , Ajax update in not happening for image creation , volume creation
  and deletion

  But when i comment the following lines in the function "def
  process_request(self, request):" in horizon/middleware.py

   if request.is_ajax():
  return None

  
  Then autopolling is happening and the rows are automatically updated with out 
any refresh

  Please help me ???

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1479799/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1468243] Re: The behavior of "Boot from image (creates a new volume)" is maybe confusing.

2016-04-05 Thread Diana Whitten
** Changed in: horizon
   Status: New => Opinion

** Changed in: horizon
Milestone: None => next

** Changed in: horizon
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1468243

Title:
  The behavior of "Boot from image (creates a new volume)" is maybe
  confusing.

Status in OpenStack Dashboard (Horizon):
  Opinion

Bug description:
  When you want  to boot instance using horizon.

  The option, "Boot from image (creates a new volume)" , is maybe
  confusing.

  the option maybe means that "it boot from image, create a new volume, and 
attach the volume to the instance".
  Or
  it means that "copy the image to volume, boot from volume"

  The real behavior in horizon is the second case, "copy the image to
  volume, boot from volume".

  Maybe we could use appropriate to describe the option instead of using
  the text, "Boot from image (creates a new volume)".

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1468243/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1455317] Re: Dashboard crashed graphics which look like a text browser

2016-04-05 Thread Diana Whitten
** Changed in: horizon
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1455317

Title:
  Dashboard crashed graphics which look like a text browser

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Using CentOS Linux release 7.0.1406 (Core)

  Name: openstack-dashboard
  Arch: noarch
  Version : 2014.2.2
  Release : 1.el7
  Size: 20 M
  Repo: installed
  From repo   : openstack-juno
  Summary : Openstack web user interface reference implementation
  URL : http://horizon.openstack.org/
  License : ASL 2.0 and BSD
  Description : Openstack Dashboard is a web user interface for Openstack. The 
package
  : provides a reference implementation using the Django Horizon 
project,
  : mostly consisting of JavaScript and CSS to tie it altogether as 
a standalone
  : site.

  This is the 3rd time I encountered this problems; but so far all other
  services is running on the background. Don't know really what the
  cause of this.

  Based on the log, found this error:
  2015-05-07 04:09:24,014 13219 INFO horizon.tables.actions 
: "Windows7_Access"
  2015-05-07 04:42:53,182 13221 ERROR horizon.exceptions Not Found: Instance 
could not be found (HTTP 404) (Request-ID: 
req-b01e5808-08c8-4129-9186-aae0be1720ea)
  Traceback (most recent call last):
    File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/dashboards/project/instances/views.py",
 line 268, in get_data
  instance = api.nova.server_get(self.request, instance_id)
    File 
"/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../../openstack_dashboard/api/nova.py",
 line 559, in server_get
  return Server(novaclient(request).servers.get(instance_id), request)
    File "/usr/lib/python2.7/site-packages/novaclient/v1_1/servers.py", line 
563, in get
  return self._get("/servers/%s" % base.getid(server), "server")
    File "/usr/lib/python2.7/site-packages/novaclient/base.py", line 93, in _get
  _resp, body = self.api.client.get(url)
    File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 487, in 
get
  return self._cs_request(url, 'GET', **kwargs)
    File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 465, in 
_cs_request
  resp, body = self._time_request(url, method, **kwargs)
    File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 439, in 
_time_request
  resp, body = self.request(url, method, **kwargs)
    File "/usr/lib/python2.7/site-packages/novaclient/client.py", line 433, in 
request
  raise exceptions.from_response(resp, body, url, method)
  NotFound: Instance could not be found (HTTP 404) (Request-ID: 
req-b01e5808-08c8-4129-9186-aae0be1720ea)
  2015-05-07 04:54:31,672 13221 INFO openstack_auth.views Logging out user 
"lumad".
  2015-05-07 04:54:31,680 13221 INFO openstack_auth.views Could not delete token
  2015-05-07 22:50:51,319 13217 INFO openstack_auth.forms Login successful for 
user "lumad".
  2015-05-07 22:53:05,866 13216 INFO horizon.tables.actions 
: "Windows7_Access"
  2015-05-07 23:03:43,950 13220 INFO openstack_auth.views Logging out user "".
  2015-05-07 23:03:45,930 13220 INFO openstack_auth.forms Login successful for 
user "admin".
  2015-05-07 23:04:02,510 13221 INFO horizon.tables.actions 
: 
"Windows2k7_Office"

  What I did before i used to remove the openstack-dashboard, reinstall and 
restore local_settings from the backup.
  I am afraid now to update as the Kilo is now release.

  Hope someone can enlighten.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1455317/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1566405] [NEW] Create Image Alert Left Padding

2016-04-05 Thread Diana Whitten
Public bug reported:

The left padding on a Create Image error is too much.  See attached
picture

** Affects: horizon
 Importance: Low
 Status: Triaged


** Tags: style

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1566405

Title:
  Create Image Alert Left Padding

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  The left padding on a Create Image error is too much.  See attached
  picture

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1566405/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1565303] [NEW] Preview Page should have Pie Charts

2016-04-02 Thread Diana Whitten
Public bug reported:

The Theme Preview Page should have Pie Charts

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress


** Tags: branding

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1565303

Title:
  Preview Page should have Pie Charts

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The Theme Preview Page should have Pie Charts

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1565303/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1557731] [NEW] Material: Release Floating IPs shouldn't use an android man icon

2016-03-15 Thread Diana Whitten
Public bug reported:

https://i.imgur.com/JZj93Fd.png

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Changed in: horizon
   Status: New => In Progress

** Changed in: horizon
   Importance: Undecided => Low

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
Milestone: None => newton-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1557731

Title:
  Material: Release Floating IPs shouldn't use an android man icon

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  https://i.imgur.com/JZj93Fd.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1557731/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1557729] [NEW] Branding: Material: Angular vs. Django Table Action Danger Button Inconsistency

2016-03-15 Thread Diana Whitten
Public bug reported:

https://i.imgur.com/KUHpaae.png

vs.

https://i.imgur.com/zicXft0.png

The morale of the story is ... a button should have either btn-default
OR btn-danger ... not both.

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
   Importance: Undecided => Low

** Changed in: horizon
   Status: New => In Progress

** Changed in: horizon
Milestone: None => newton-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1557729

Title:
  Branding: Material: Angular vs. Django Table Action Danger Button
  Inconsistency

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  https://i.imgur.com/KUHpaae.png

  vs.

  https://i.imgur.com/zicXft0.png

  The morale of the story is ... a button should have either btn-default
  OR btn-danger ... not both.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1557729/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1557201] [NEW] Horizon Login page should not show Required Asterisks

2016-03-14 Thread Diana Whitten
Public bug reported:

Horizon Login page should not show Required Asterisks

https://i.imgur.com/izfrBVX.png

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1557201

Title:
  Horizon Login page should not show Required Asterisks

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Horizon Login page should not show Required Asterisks

  https://i.imgur.com/izfrBVX.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1557201/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1554812] [NEW] Branding: Breadcrumb Action Menu Oddity

2016-03-08 Thread Diana Whitten
Public bug reported:

The action menu's that show up in the breadcrumb aren't done in a
dynamic way, it looks odd in other themes:

https://i.imgur.com/vdZDWAm.png

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Triaged

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
   Importance: Undecided => Wishlist

** Changed in: horizon
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1554812

Title:
  Branding: Breadcrumb Action Menu Oddity

Status in OpenStack Dashboard (Horizon):
  Triaged

Bug description:
  The action menu's that show up in the breadcrumb aren't done in a
  dynamic way, it looks odd in other themes:

  https://i.imgur.com/vdZDWAm.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1554812/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1553828] [NEW] Branding: Launch Instance: Metadata should inherit from theme

2016-03-06 Thread Diana Whitten
Public bug reported:

The new launch instance's select flavor metadata should inherit from
theme.

** Affects: horizon
 Importance: Medium
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
   Importance: Undecided => Medium

** Changed in: horizon
Milestone: None => mitaka-rc1

** Changed in: horizon
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1553828

Title:
  Branding: Launch Instance: Metadata should inherit from theme

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The new launch instance's select flavor metadata should inherit from
  theme.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1553828/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1553781] [NEW] Branding: Create Network should inherit from theme

2016-03-06 Thread Diana Whitten
Public bug reported:

Branding: Create Network should inherit from theme

Create network is different than all other workflows, and it has a lot
of unnecessary style associated with it.  This inhibits themability.  It
should just use standard nav-pills.

** Affects: horizon
 Importance: Medium
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Attachment added: "Screen Shot 2016-03-06 at 8.37.36 AM.png"
   
https://bugs.launchpad.net/bugs/1553781/+attachment/4590779/+files/Screen%20Shot%202016-03-06%20at%208.37.36%20AM.png

** Changed in: horizon
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1553781

Title:
  Branding: Create Network should inherit from theme

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Branding: Create Network should inherit from theme

  Create network is different than all other workflows, and it has a lot
  of unnecessary style associated with it.  This inhibits themability.
  It should just use standard nav-pills.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1553781/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1552463] [NEW] Material: Selection Menu headers aren't visible

2016-03-02 Thread Diana Whitten
Public bug reported:

Material: Selection Menu headers aren't visible

** Affects: horizon
 Importance: High
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Attachment added: "Screen Shot 2016-03-02 at 4.39.44 PM.png"
   
https://bugs.launchpad.net/bugs/1552463/+attachment/4587046/+files/Screen%20Shot%202016-03-02%20at%204.39.44%20PM.png

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
   Importance: Undecided => High

** Changed in: horizon
Milestone: None => mitaka-3

** Changed in: horizon
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1552463

Title:
  Material: Selection Menu headers aren't visible

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Material: Selection Menu headers aren't visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1552463/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1551492] [NEW] Branding: Remove unnecessary Horizon variables

2016-02-29 Thread Diana Whitten
Public bug reported:

There are many variables inside of
openstack_dashboard/static/dashboard/scss/_variables.scss that are
unnecessary or actually prohibit themability.  These should be removed.

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Changed in: horizon
   Status: New => In Progress

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1551492

Title:
  Branding: Remove unnecessary Horizon variables

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  There are many variables inside of
  openstack_dashboard/static/dashboard/scss/_variables.scss that are
  unnecessary or actually prohibit themability.  These should be
  removed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1551492/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1551455] [NEW] Branding: Horizon workflow cancel button doesn't inherit from theme

2016-02-29 Thread Diana Whitten
Public bug reported:

Branding: Horizon workflow cancel button doesn't inherit from theme

Cancel buttons are quite hard coded in their styles.

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Changed in: horizon
   Status: New => Confirmed

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
Milestone: None => mitaka-3

** Changed in: horizon
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1551455

Title:
  Branding: Horizon workflow cancel button doesn't inherit from theme

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Branding: Horizon workflow cancel button doesn't inherit from theme

  Cancel buttons are quite hard coded in their styles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1551455/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1550066] [NEW] Style: Material Design: Alert Close Menu Icon is not centered

2016-02-25 Thread Diana Whitten
Public bug reported:

Style: Material Design: Alert Close Menu Icon is not centered

https://i.imgur.com/csskmXM.png

** Affects: horizon
 Importance: Medium
 Assignee: Diana Whitten (hurgleburgler)
 Status: Confirmed

** Changed in: horizon
   Importance: Undecided => Medium

** Changed in: horizon
   Status: New => Confirmed

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1550066

Title:
  Style: Material Design: Alert Close Menu Icon is not centered

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  Style: Material Design: Alert Close Menu Icon is not centered

  https://i.imgur.com/csskmXM.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1550066/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1549422] [NEW] Style: Material Design: Sidebar needs to compresss responsively

2016-02-24 Thread Diana Whitten
Public bug reported:

Material Design Sidebar needs to be responsive

** Affects: horizon
 Importance: High
 Assignee: Diana Whitten (hurgleburgler)
 Status: Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1549422

Title:
  Style: Material Design: Sidebar needs to compresss responsively

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  Material Design Sidebar needs to be responsive

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1549422/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1546383] [NEW] Branding: Horizon close buttons use 'x' instead of icon

2016-02-16 Thread Diana Whitten
Public bug reported:

To increase brandability, Horizon close buttons should use an icon font.

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Changed in: horizon
   Status: New => Confirmed

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
   Importance: Undecided => Low

** Changed in: horizon
Milestone: None => mitaka-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1546383

Title:
  Branding: Horizon close buttons use 'x' instead of icon

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  To increase brandability, Horizon close buttons should use an icon
  font.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1546383/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1539963] Re: Style: Material Design: Material Selection Menu

2016-02-08 Thread Diana Whitten
** Changed in: horizon
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1539963

Title:
  Style: Material Design: Material Selection Menu

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  In a recent regression, the selection checkmark for the context-picker
  in 'material' is no longer visible in the responsive menu because its
  the same color as the menu background.  WHoops. :)

  https://i.imgur.com/CaOqlXo.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1539963/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1540745] [NEW] Style: Material: Better Inverse Dropdown Header Color

2016-02-01 Thread Diana Whitten
Public bug reported:

Right now, Bootswatch's 'paper' sets the color of the .dropdown-header
to be a light gray regardless of whether its an inverse navbar.  This is
not ideal.  It should inherit the same color.

https://i.imgur.com/mfYHTMf.png

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Changed in: horizon
   Importance: Undecided => Wishlist

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
Milestone: None => mitaka-3

** Changed in: horizon
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1540745

Title:
  Style: Material: Better Inverse Dropdown Header Color

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Right now, Bootswatch's 'paper' sets the color of the .dropdown-header
  to be a light gray regardless of whether its an inverse navbar.  This
  is not ideal.  It should inherit the same color.

  https://i.imgur.com/mfYHTMf.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1540745/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1539971] [NEW] Style: Material Design: Compression warning for view-grid override

2016-01-30 Thread Diana Whitten
Public bug reported:

On compressing 'matieral':

Compressing... SassDeprecationWarning: Can't find any matching rules to extend 
u'.mdi-view-grid' -- thiswill be fatal in 2.0, unless !optional is specified! 
(at custom/horizon/_icons.scss:10)
WARNING:py.warnings:SassDeprecationWarning: Can't find any matching rules to 
extend u'.mdi-view-grid' -- thiswill be fatal in 2.0, unless !optional is 
specified! (at custom/horizon/_icons.scss:10)

** Affects: horizon
 Importance: Low
 Assignee: Diana Whitten (hurgleburgler)
 Status: Confirmed

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
   Importance: Undecided => Low

** Changed in: horizon
   Status: New => Confirmed

** Changed in: horizon
Milestone: None => mitaka-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1539971

Title:
  Style: Material Design: Compression warning for view-grid override

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  On compressing 'matieral':

  Compressing... SassDeprecationWarning: Can't find any matching rules to 
extend u'.mdi-view-grid' -- thiswill be fatal in 2.0, unless !optional is 
specified! (at custom/horizon/_icons.scss:10)
  WARNING:py.warnings:SassDeprecationWarning: Can't find any matching rules to 
extend u'.mdi-view-grid' -- thiswill be fatal in 2.0, unless !optional is 
specified! (at custom/horizon/_icons.scss:10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1539971/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1539961] [NEW] Style: Material Design: Hamburger and Responive Menu inconsistencies

2016-01-30 Thread Diana Whitten
Public bug reported:

The right responsive menu and the left hamburger menu use the same TYPE
of experience: A three bar menu.   Although they should be the same,
they are slightly different in their implementations.

https://i.imgur.com/TQzVgUv.png

We should make the right responsive menu use, either the same menu as
the hamburger (consistent experience) or use another icon all together.

** Affects: horizon
 Importance: Wishlist
 Assignee: bryjen (bryjen)
 Status: Confirmed

** Changed in: horizon
   Importance: Undecided => Wishlist

** Changed in: horizon
   Status: New => Confirmed

** Changed in: horizon
 Assignee: (unassigned) => bryjen (bryjen)

** Changed in: horizon
Milestone: None => mitaka-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1539961

Title:
  Style: Material Design: Hamburger and Responive Menu inconsistencies

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  The right responsive menu and the left hamburger menu use the same
  TYPE of experience: A three bar menu.   Although they should be the
  same, they are slightly different in their implementations.

  https://i.imgur.com/TQzVgUv.png

  We should make the right responsive menu use, either the same menu as
  the hamburger (consistent experience) or use another icon all
  together.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1539961/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1539972] [NEW] Style: Default Theme: Responsive Menu shouldn't have Arrow

2016-01-30 Thread Diana Whitten
Public bug reported:

The responsive menu on the 'default' theme shouldn't have the little
'arrow' associated with it.

This looks odd: https://i.imgur.com/biCa7M9.png

** Affects: horizon
 Importance: Wishlist
 Assignee: Diana Whitten (hurgleburgler)
 Status: Confirmed

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
   Importance: Undecided => Wishlist

** Changed in: horizon
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1539972

Title:
  Style: Default Theme: Responsive Menu shouldn't have Arrow

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  The responsive menu on the 'default' theme shouldn't have the little
  'arrow' associated with it.

  This looks odd: https://i.imgur.com/biCa7M9.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1539972/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1539951] [NEW] Style: Material Design: Hamburger menu should be white

2016-01-30 Thread Diana Whitten
Public bug reported:

The rest of the elements in the masthead are white, so the left most
hamburger menu should also be white.

See: https://i.imgur.com/fIwEzXe.png

** Affects: horizon
 Importance: Low
 Assignee: bryjen (bryjen)
 Status: Confirmed

** Changed in: horizon
 Assignee: (unassigned) => bryjen (bryjen)

** Changed in: horizon
Milestone: None => mitaka-3

** Changed in: horizon
   Importance: Undecided => Low

** Changed in: horizon
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1539951

Title:
  Style: Material Design: Hamburger menu should be white

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  The rest of the elements in the masthead are white, so the left most
  hamburger menu should also be white.

  See: https://i.imgur.com/fIwEzXe.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1539951/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1539963] [NEW] Style: Material Design: Material Selection Menu

2016-01-30 Thread Diana Whitten
Public bug reported:

In a recent regression, the selection checkmark for the context-picker
in 'material' is no longer visible in the responsive menu because its
the same color as the menu background.  WHoops. :)

https://i.imgur.com/CaOqlXo.png

** Affects: horizon
 Importance: High
 Assignee: Diana Whitten (hurgleburgler)
 Status: Confirmed

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

** Changed in: horizon
   Status: New => Confirmed

** Changed in: horizon
   Importance: Undecided => High

** Changed in: horizon
Milestone: None => mitaka-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1539963

Title:
  Style: Material Design: Material Selection Menu

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  In a recent regression, the selection checkmark for the context-picker
  in 'material' is no longer visible in the responsive menu because its
  the same color as the menu background.  WHoops. :)

  https://i.imgur.com/CaOqlXo.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1539963/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1539952] [NEW] Style: Material Design: Responsive Menu should be white

2016-01-30 Thread Diana Whitten
Public bug reported:

The responsive menu (the one that shows up on the right side when in
small screen) has a standard and hover color that don't match the rest
of the menu:

https://i.imgur.com/HZVErBI.png
https://i.imgur.com/MidOBZM.png

** Affects: horizon
 Importance: Low
 Assignee: bryjen (bryjen)
 Status: Confirmed

** Changed in: horizon
 Assignee: (unassigned) => bryjen (bryjen)

** Changed in: horizon
Milestone: None => mitaka-3

** Changed in: horizon
   Importance: Undecided => Low

** Changed in: horizon
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1539952

Title:
  Style: Material Design: Responsive Menu should be white

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  The responsive menu (the one that shows up on the right side when in
  small screen) has a standard and hover color that don't match the rest
  of the menu:

  https://i.imgur.com/HZVErBI.png
  https://i.imgur.com/MidOBZM.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1539952/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1539960] [NEW] Style: Material Design: Brand SVG Should Inherit color from theme

2016-01-30 Thread Diana Whitten
Public bug reported:

The Brand SVG in the material theme should inherit its color from the
theme itself (navbar-link-color or something similar), so that we can
easily update it in the future.

See: https://i.imgur.com/VA1PIOu.png

** Affects: horizon
 Importance: Wishlist
 Assignee: bryjen (bryjen)
 Status: Confirmed

** Changed in: horizon
Milestone: None => mitaka-3

** Changed in: horizon
   Importance: Undecided => Low

** Changed in: horizon
   Status: New => Confirmed

** Changed in: horizon
   Importance: Low => Wishlist

** Changed in: horizon
 Assignee: (unassigned) => bryjen (bryjen)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1539960

Title:
  Style: Material Design: Brand SVG Should Inherit color from theme

Status in OpenStack Dashboard (Horizon):
  Confirmed

Bug description:
  The Brand SVG in the material theme should inherit its color from the
  theme itself (navbar-link-color or something similar), so that we can
  easily update it in the future.

  See: https://i.imgur.com/VA1PIOu.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1539960/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1538301] [NEW] Style: Login page should not have scroll bars

2016-01-26 Thread Diana Whitten
Public bug reported:

Style: Login page should not have scroll bars

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1538301

Title:
  Style: Login page should not have scroll bars

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Style: Login page should not have scroll bars

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1538301/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1537573] [NEW] Horizon Logo is not centered

2016-01-24 Thread Diana Whitten
Public bug reported:

When using a vanilla bootstrap theme (not 'default' or 'material') the
logo is not vertically centered.

See:

https://i.imgur.com/v0aSqKR.png

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1537573

Title:
  Horizon Logo is not centered

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When using a vanilla bootstrap theme (not 'default' or 'material') the
  logo is not vertically centered.

  See:

  https://i.imgur.com/v0aSqKR.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1537573/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1537594] [NEW] Branding: Context Picker Delimiter should use Icon

2016-01-24 Thread Diana Whitten
Public bug reported:

Right, the default delimiter is a 'dot' character.  This should be an
icon to enable richer customizations.

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1537594

Title:
  Branding: Context Picker Delimiter should use Icon

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Right, the default delimiter is a 'dot' character.  This should be an
  icon to enable richer customizations.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1537594/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1537608] [NEW] Branding: Padding around Nav Icons Needs Fixing

2016-01-24 Thread Diana Whitten
Public bug reported:

The padding around the Top Nav Bar's Dropdown Icons have been done with
actual text spaces, instead of relying on padding that is set via css.
This makes it very difficult to customize the padding around these
elements at a global level.

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1537608

Title:
  Branding: Padding around Nav Icons Needs Fixing

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  The padding around the Top Nav Bar's Dropdown Icons have been done
  with actual text spaces, instead of relying on padding that is set via
  css.  This makes it very difficult to customize the padding around
  these elements at a global level.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1537608/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1417314] Re: IE9 cuts off CSS rules

2016-01-12 Thread Diana Whitten
we no longer support ie9/ie10

** Changed in: horizon
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1417314

Title:
  IE9 cuts off CSS rules

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  The generated css file has many css rules. When open the parsed css
  rules in IE9 and IE10, some css selectors can be found in IE10 but
  cannot be found in IE9.

  Steps to reproduce:

  Do the same thing on IE9 and IE10:
  1. Open Horizon.
  2. Open F12 developer tools.
  3. Switch to CSS tab.
  4. In the dropdown list, select [host]/static/dashboard/css/.css
  5. in the top-right corner of the developer tools, search for '.help-panel'

  It can be found in IE10, cannot be found in IE9

  UI effect:
  help-panel is not properly styled in IE9, styled properly in IE10, IE11, 
Firefox and Chrome.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1417314/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1484085] Re: Changing Webroot not fully applied in LESS/CSS

2016-01-12 Thread Diana Whitten
the SCSS actually uses $static_url, which it now pulls directly from
local_settings.py / settings.py

Fix was here: https://review.openstack.org/#/c/206592/

** Changed in: horizon
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1484085

Title:
  Changing Webroot not fully applied in LESS/CSS

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Changing the webroot in /etc/openstack-dashboard/local_settings seems
  to work mostly, expect for some font files.

  In File:
  
/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss/_variables.scss
  Line 7:
  $webroot: "/dashboard" !default;

  This $webroot variable here is not automatically set to the setting in
  local_settings.

  Sidenotes: i used packstack to install OpenStack Kilo on Centos 7
  machines.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1484085/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1480789] Re: "Create Network" page has css error when in a new page

2016-01-12 Thread Diana Whitten
I am not able to recreate this bug.  Was this a specific browser?

** Changed in: horizon
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1480789

Title:
  "Create Network" page has css error when in a new page

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  Reproduce the bug:
  1, Right-click the "Create Network" button in the networks index page,  open 
a new page to "Create Network".
  2, Now you can see the css error, and i will provide a picture blow.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1480789/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1341740] Re: some less to scss updates in horizon.scss

2016-01-12 Thread Diana Whitten
Fixed in I63f933e57093bd7672992c1383c4f10f4f698891

** Changed in: horizon
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1341740

Title:
  some less to scss updates in horizon.scss

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  
https://review.openstack.org/#/c/90371/20/openstack_dashboard/static/dashboard/scss/horizon.scss

  Gradients, box-shadows have not been converted to scss yet, so have
  been commented out.  We can use scss mixins to resolve these.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1341740/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1405543] Re: quota bar chart and title doesn't display well in chrome and IE

2016-01-12 Thread Diana Whitten
** Attachment added: "Screenshot 2016-01-12 11.43.27.png"
   
https://bugs.launchpad.net/horizon/+bug/1405543/+attachment/4548695/+files/Screenshot%202016-01-12%2011.43.27.png

** Changed in: horizon
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1405543

Title:
  quota bar chart and title doesn't display well in chrome and IE

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  quota bar chart and title doesn't display well in chrome and IE

  Envrionment:

  Horizon:
  Upstream source code

  Chrome:
  Version: 36.0.1985.125 m

  IE:
  Version: 10.0.9200.16921
  update:10.0.17

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1405543/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1417603] Re: We should delete the row class for _detail_overview.html

2016-01-12 Thread Diana Whitten
The detail pages have been completely reworked.  This is no longer an
issue.

** Changed in: horizon
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1417603

Title:
  We should delete the row class for _detail_overview.html

Status in OpenStack Dashboard (Horizon):
  Invalid

Bug description:
  As the below screenshot show, the instance detail page show properly,
  but the image details page can't, because the `row` class in the image
  detail page, we should fix it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1417603/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1531335] [NEW] Branding: Horizon should allow granular footer overrides

2016-01-05 Thread Diana Whitten
Public bug reported:

Right now, it is not possible to easily override the global footer of
Horizon.

It would be great if we can make the footer accessible in a separate
template without requiring the entire base.html to be overridden.

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1531335

Title:
  Branding: Horizon should allow granular footer overrides

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Right now, it is not possible to easily override the global footer of
  Horizon.

  It would be great if we can make the footer accessible in a separate
  template without requiring the entire base.html to be overridden.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1531335/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1528368] [NEW] Material Theme: Large Button has rounded corners

2015-12-21 Thread Diana Whitten
Public bug reported:

All buttons in 'material' need to have 0 border radius:
https://www.dropbox.com/s/9z27cjpua72o381/Screenshot%202015-12-21%2015.24.28.png?dl=0

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1528368

Title:
  Material Theme: Large Button has rounded corners

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  All buttons in 'material' need to have 0 border radius:
  
https://www.dropbox.com/s/9z27cjpua72o381/Screenshot%202015-12-21%2015.24.28.png?dl=0

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1528368/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1528369] [NEW] Theme Preview Pages should use Font Awesome

2015-12-21 Thread Diana Whitten
Public bug reported:

Horizon converted all class='caret' to class='fa fa-caret-down'.  The
theme preview page should reflect this as well.

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1528369

Title:
  Theme Preview Pages should use Font Awesome

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Horizon converted all class='caret' to class='fa fa-caret-down'.  The
  theme preview page should reflect this as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1528369/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1528397] [NEW] Style: Material Design: Alerts should have a box-shadow

2015-12-21 Thread Diana Whitten
Public bug reported:

Material Design is ALL about a stack of 3-D elements, so the upper
toasts in the corner should really reflect that.

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1528397

Title:
  Style: Material Design: Alerts should have a box-shadow

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  Material Design is ALL about a stack of 3-D elements, so the upper
  toasts in the corner should really reflect that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1528397/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1528372] [NEW] H2 should not be manually overridden

2015-12-21 Thread Diana Whitten
Public bug reported:

H2 styles are manually set in horizon.scss

This has adverse side effects to other themes:

https://www.dropbox.com/s/q78kq58n4bjeo6p/Screenshot%202015-12-21%2015.36.01.png?dl=0

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: New

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1528372

Title:
  H2 should not be manually overridden

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  H2 styles are manually set in horizon.scss

  This has adverse side effects to other themes:

  
https://www.dropbox.com/s/q78kq58n4bjeo6p/Screenshot%202015-12-21%2015.36.01.png?dl=0

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1528372/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1528382] [NEW] default theme's warning color is not readable

2015-12-21 Thread Diana Whitten
Public bug reported:

Its far too light:

https://www.dropbox.com/s/f6cl12jfdxd4llr/Screenshot%202015-12-21%2016.26.48.png?dl=0

** Affects: horizon
 Importance: Undecided
 Assignee: Diana Whitten (hurgleburgler)
 Status: In Progress

** Changed in: horizon
 Assignee: (unassigned) => Diana Whitten (hurgleburgler)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1528382

Title:
  default theme's warning color is not readable

Status in OpenStack Dashboard (Horizon):
  In Progress

Bug description:
  Its far too light:

  
https://www.dropbox.com/s/f6cl12jfdxd4llr/Screenshot%202015-12-21%2016.26.48.png?dl=0

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1528382/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


  1   2   >