Bug 419098 - [Theming] Support changing theme without changing url
Summary: [Theming] Support changing theme without changing url
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement with 8 votes (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-10 03:08 EDT by Sebastien Arod CLA
Modified: 2023-05-12 06:11 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastien Arod CLA 2013-10-10 03:08:50 EDT
In RAP 2.1 the only way to change a theme is to create a specific entry point per theme.

The problem with this approach is that changing the theme implies changing the URL which is not always acceptable.

For example in our case the application administrator is the one choosing the theme and the theme has to be applied to all users connecting to the platform. So in this case having an URL per theme is no really acceptable.

Another usecase could be to let the user choose the theme and store it in the preferences. You don't want the URL to change either in such a usecase.


See also forum thread http://www.eclipse.org/forums/index.php/t/526867/
Comment 1 John Gymer CLA 2013-10-24 10:11:45 EDT
This would be a useful feature for our customers too.
Comment 2 Arnaud MERGEY CLA 2013-11-05 10:53:07 EST
I have submitted a patch in github with this pull request "A patch proposal for enhancement 419098"