Skip to content

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 567 Bytes

README.md

File metadata and controls

executable file
·
16 lines (10 loc) · 567 Bytes

ToDo MVC

Things to do:

  • Fix white space above new todo text field
  • CSS styling for box shadow for 'footer' is 'cludged' and disappears at times. Needs more work.
  • Add Bold styling to active routing link

Problems with Framework encountered :

  • Checkbox component does not suspend events (eg checkbox.suspendEvents()). Events are still picked up by controllers. Jira Ticket EXTJSIV-5006

  • View jumps to top of screen when higher than screen and store.sync() is called. I think i have a 'patch' for that in on of my other applications and will research that.