Comment 9 for bug 1272122

Revision history for this message
Robert Lyon (robertl-9) wrote :

With current patch 7587 I did notice this:

1) Add first image block to page, select an image in config, edit image in config, save block config - I'd get block with image as expected

2) Add second image block to page, edit image that was used for block one, rotate image 90deg, save image edit part, but not select image as one to use for image block and then save block config - the image in block one does not show rotation applied and block two shows no image selected.

3) If I then edit block two and select the image and then save block two again both blocks now show image correctly rotated

This is because other blocks on page only get updated if block being saved has a choice (so we know which other blocks to update)

Not sure if that will be a problem or not as it is quit the edge-case