Bug 517469 - [HTML][assist] CSS content assist inside style attribute
Summary: [HTML][assist] CSS content assist inside style attribute
Status: REOPENED
Alias: None
Product: Orion (Archived)
Classification: ECD
Component: JS Tools (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: consistency, triaged, usability
Depends on:
Blocks:
 
Reported: 2017-05-30 16:23 EDT by Carolyn MacLeod CLA
Modified: 2018-05-15 14:47 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carolyn MacLeod CLA 2017-05-30 16:23:59 EDT
Consider the following, where | represents the location of the caret:

<ul class="sideMenuList" style="|">

Typing ctrl+space for content assist does nothing.

It would be great to have a list of possible styles.
Comment 1 Carolyn MacLeod CLA 2017-05-30 16:42:56 EDT
Of course, typing ctrl+space at the following caret location should work also:

<ul class="sideMenuList" style="list|">

That should give the 4 "list-style" completions.

And:

<ul class="sideMenuList" style="list-style-type: |">

should give the list of a dozen or so choices for list-style-type.
Comment 2 Michael Rennie CLA 2018-04-09 09:37:46 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. 

For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg04114.html
Comment 3 Carolyn MacLeod CLA 2018-05-14 13:18:44 EDT
Reopened. Content assist should JustWork everywhere.  :)