Comment 1 for bug 1534681

Revision history for this message
Zsombor Egri (zsombi) wrote :

Right. We can add this, however will always report the column number even if the layout has 1 column.

Example:
apl.addPageToNextColumn(primaryPage, page) -> pageAdded(col2Page, 1)
apl.addPageToNextColumn(col2Page, page) ->pageAdded(col3Page, 2)

This will happen even if the layout is 1 or two columns! Perhaps an additional parameter containing the effective column can be added later if needed.