Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Warning

This page is a work in progress, and any information here should be considered, for now, to be incomplete. This warning will be removed when complete.

Section
Column
width50%
Info

This page provides pointers to instructions for upgrading your Fluid Infusion from version 1.0 to version 1.1.x

Column
width50%
Panel
borderColor#566b30
bgColor#fff
titleBGColor#D3E3C4
borderStylesolid
titleOn this PageborderStylesolid
Table of Contents
minlevel2

Framework Functions

If you use...

Now you'll use...

fluid.iterateDOM(node, acceptor)

fluid.iterateDOM(node, acceptor, allNodes)
allNodes is a boolean indicating that the acceptor should be called on all nodes rather than just element nodes

Keyboard Accessibility Plug-in

If you use...

The change is...

jQuery().fluid("activatable", customHandler, options)

In Infusion v1.1.x, customHandler should accept the browser event as a parameter: myHandler(event) (in v1.0, it was the element)

New Function

fluid.getLastFocusedElement()jQuery().fluid("getLastFocusedElement")
Returns the last element that received a focusin event. Dependent on the presence of the jQuery delegate plugin.

FSS and other Styles

A number of style names have been changed, and some styles have been deprecated:

Style

Status

Notes

fl-no-background-images

changed

new name: fl-noBackgroundImages

fl-inlineEdit-text

new

used by Inline Edit

fl-reorderer-imageTitle

use changed

used by Image Reorderer: no longer used as DOM selector

fl-ProgEnhance-basic

changed

new value: fl-progEnhance-basic; backward compatibility provided

fl-ProgEnhance-enhanced

changed

new value: fl-progEnhance-enhance; backward compatibility provided

flc-uploader-scroller-footer

changed

new value: flc-uploader-queue-footer

fl-col-justified

deprecated

 

fl-col-side

deprecated

 

fl-col-main

deprecated

 

fl-col-mixed2,
fl-col-mixed3

deprecated

 

fl-progressive-enhancer

deprecated