| Summary: | Breadcrumb segments get lost after hash change | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | Assignee: | Anton McConville <antonm> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | antonm, gabriel.luong |
| Version: | 3.0 | ||
| Target Milestone: | 4.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
This problem happens because the code dynamically measures the space available to write the breadcrumb each time the breadcrumb changes - however it is measuring the existing size ( of the last breadcrumb ) in this scenario, as opposed to the automatic size. Resetting the available width to 'auto' before measuring - to ensure that the calculation sizes to the maximum available width for the breadcrumb. |