コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Switching from Edit mode to Preview mode and vice versa in Touch UI

Avatar

Level 10

Hi Team,

Is there any issue in Touch UI, while switching from Edit mode to Preview mode? The issue is that, the page is not refreshing while switching from any of the modes.

But the refresh happens when changing the modes in Classic UI from Edit to Preview and Vice versa.

Can anyone let me know, Whether this is an issue in Touch UI or its the normal behavior in Touch UI.

Thanks,
Ratna Kumar.

1 受け入れられたソリューション

Avatar

正解者
Level 9

Hi Ratna,

As Lokesh pointed out that both UI's are designed with different frameworks. Don't think this is an issue. It is a good design. Author often complains that on each action, page gets refreshed.

To make things work correctly in classic UI, page refresh was needed like we add add cq:listeners at the component level for edit, drop event etc. However, The Granite UI framework does not need it.

Jitendra

Ratna Kumar wrote...

Hi Team,

Is there any issue in Touch UI, while switching from Edit mode to Preview mode? The issue is that, the page is not refreshing while switching from any of the modes.

But the refresh happens when changing the modes in Classic UI from Edit to Preview and Vice versa.

Can anyone let me know, Whether this is an issue in Touch UI or its the normal behavior in Touch UI.

Thanks,
Ratna Kumar.

 

元の投稿で解決策を見る

3 返信

Avatar

Level 10

Hi Ratna,

Classic ui and touch ui are built on different frameworks (extjs n granite ui resp) and the way both works may not be the same. Unless the mode is changing without any issue in touch ui, weather it refreshes or not shudnt be a worry.

Is there any particular reason why the page shud be refreshed when the mode is changed?

Avatar

正解者
Level 9

Hi Ratna,

As Lokesh pointed out that both UI's are designed with different frameworks. Don't think this is an issue. It is a good design. Author often complains that on each action, page gets refreshed.

To make things work correctly in classic UI, page refresh was needed like we add add cq:listeners at the component level for edit, drop event etc. However, The Granite UI framework does not need it.

Jitendra

Ratna Kumar wrote...

Hi Team,

Is there any issue in Touch UI, while switching from Edit mode to Preview mode? The issue is that, the page is not refreshing while switching from any of the modes.

But the refresh happens when changing the modes in Classic UI from Edit to Preview and Vice versa.

Can anyone let me know, Whether this is an issue in Touch UI or its the normal behavior in Touch UI.

Thanks,
Ratna Kumar.

 

Avatar

Level 10

Thanks Lokesh and Jitendra!!