FLUID-3558: Image Reorderer throws exception with perpendicular keyboard navigation

Metadata

Source
FLUID-3558
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Antranig Basman
Created
2010-03-29T16:43:58.000-0400
Updated
2010-04-07T11:18:56.000-0400
Versions
  1. 1.1.2
Fixed Versions
  1. 1.2
Component
  1. Reorderer

Description

In the image reorderer demo, fluid-infusion/src/webapp/demos/reorderer/imageReorderer/html/imageReorderer.html, if the browser width is arranged to show the image elements all in one horizontal line, performing keyboard navigation in the vertical direction will result in an exception.... this exception is "benign" in that there is no visible alteration to the component behaviour, but is a hazard for further development as well as untidy.

Comments

  • Antranig Basman commented 2010-03-29T16:54:03.000-0400

    Fixed in trunk at revision 9746 - this problem was introduced with the work on FLUID-2967 back last August. The "wrapped projection" function "wrappedProjectFrom" does not properly guard the case where the projection disposition object is "null".

  • Colin Clark commented 2010-04-07T11:18:56.000-0400

    I've reviewed Antranig's changes to GeometricManager.js at r9746 and they look good. +1 for inclusion in Infusion 1.2