Component dropped on the 'Drag components or assets here' band, unable to edit
hi,
i have got weird problem , wish had come across during development:
i have component works normal until now, there author content changes apart there's no code changes.
this component allows drag , drop, instead of landing on blank space, lands on top of 'drag components , assets here' band, makes impossible edit when double clicked. because overlapping 'drag components , assets here' band, everytime double clicked dialogue popped up, says 'insert new component'. if right click 1 menu option 'new', when right click on 'drag components , assets here' band.
i know can add 'cq:actions' properties cq_editconfig allow edit , delete, looks bad because author still sees component overlapping 'drag components , assets here' band.
i'd appreciate if can shed light on this!
i recommend inserting text component's jsp visible while in edit mode (such below)
if(wcmmode.fromrequest(request) == wcmmode.edit && yourblahstuff !=null){
please add content component here
}
that way can see in component's rendered area - if 'yourblahstuff" empty
More discussions in Archived Spaces
adobe
Comments
Post a Comment