FLUID-3752: Redesign and implement the inlineEdit component demo

Metadata

Source
FLUID-3752
Type
Task
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
Jonathan Hung
Reporter
Justin Obara
Created
2010-09-22T18:06:40.576-0400
Updated
2010-12-01T16:56:16.033-0500
Versions
N/A
Fixed Versions
  1. 1.3
Component
  1. Inline Edit

Description

Comments

  • Justin Obara commented 2010-10-04T14:01:04.608-0400

    "Bug Parade Infusion 1.3"

  • Jonathan Hung commented 2010-10-05T15:38:37.486-0400

    New design for inline edit.

  • Mike Lam commented 2010-10-07T10:22:09.196-0400

    Renaming jhung's images

  • Mike Lam commented 2010-10-07T10:26:02.135-0400

    New inline edit demo.

  • Mike Lam commented 2010-10-07T13:53:59.067-0400

    Moved images into image folder within demos directory.

  • Jonathan Hung commented 2010-10-07T14:42:26.383-0400

    wireframe

  • Mike Lam commented 2010-10-07T15:50:33.925-0400

    Code refactoring: Move html markup into a CSS file

  • Mike Lam commented 2010-10-08T11:04:51.515-0400

    Css cleanup

  • Justin Obara commented 2010-10-08T15:00:27.005-0400

    Committed Mike's patch ( inlineEditDemoCSSCleanup.txt ) which re-implements the inline edit demo based on the latest designs.

  • Jonathan Hung commented 2010-10-12T12:00:34.064-0400

    Missing instructions to demo portal.

  • Jonathan Hung commented 2010-10-12T12:35:22.420-0400

    Added instructions.

  • Jonathan Hung commented 2010-10-13T13:48:32.169-0400

    1. Mouse interaction
    2. Keyboard interaction

  • Michelle D'Souza commented 2010-11-23T16:04:04.754-0500

    There are a couple things which should be done before we close this issue:

    1) The simple text demo contains initInlineEdit which is simply a wrapper for inlineSimpleEditSetup. We should just rename inlineSimpleEditSetup and get rid of initInlineEdit.
    2) The CSS selectors being used in the demos (both simple and rich text) should be namespaced with 'demo'

  • Michelle D'Souza commented 2010-11-23T16:07:09.238-0500

    Making this issue a blocker because it didn't pass code review and reverting the code will be a lot more work then fixing the issues that came up during code review.

  • Mike Lam commented 2010-11-29T11:30:18.426-0500

    Changed namespacing of demo styles.

  • Mike Lam commented 2010-12-01T16:56:16.029-0500

    Code reviewed and committed