You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2014/01/06 14:37:50 UTC

[jira] [Comment Edited] (CONNECTORS-828) Add modern styles to the project

    [ https://issues.apache.org/jira/browse/CONNECTORS-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862990#comment-13862990 ] 

Karl Wright edited comment on CONNECTORS-828 at 1/6/14 1:36 PM:
----------------------------------------------------------------

Further research shows that IE does not like this construct:

{code}
.value input[type="whatever"]
{
...
}
{code}

It only apparently accepts HTML tags, e.g.:

{code}
.value input { ... }
{code}

... consistently.  In some contexts it works, but in some it does not.  Must be an IE bug?




was (Author: kwright@metacarta.com):
Further research shows that IE does not like this construct:

{code}
.value input[type="whatever"]
{
...
}
{code}

It only apparently accepts HTML tags, e.g. .value input { ... }, consistently.  In some contexts it works, but in some it does not.  Must be an IE bug?



> Add modern styles to the project
> --------------------------------
>
>                 Key: CONNECTORS-828
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-828
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: Framework crawler agent
>    Affects Versions: ManifoldCF 1.5
>            Reporter: Eranda Bandaranaike
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 1.5
>
>         Attachments: Screen-Shot-2013-12-04-at-6.30.12-PM.png, bad-refresh-button.png, ie-login-button.png, login_page.zip, loginpage-new-css.png, separator-line-mismatch.png, style.css
>
>   Original Estimate: 30h
>  Remaining Estimate: 30h
>
> I have created new style sheet for this project. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Re: [jira] [Comment Edited] (CONNECTORS-828) Add modern styles to the project

Posted by Raymond Wiker <rw...@gmail.com>.
It may also help to add an X-UA-Compatible tag, to force IE to use the newest rendering engine... something like

        <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 

--- which may also be added directly as an HTTP header, at the web server level.


On 06 Jan 2014, at 15:28 , Karl Wright <da...@gmail.com> wrote:

> Didn't help in a local page when I added <!DOCTYPE html>, although we
> definitely do not have a doctype statement in the UI.
> 
> Karl
> 
> 
> On Mon, Jan 6, 2014 at 8:50 AM, Raymond Wiker <rw...@gmail.com> wrote:
> 
>> Possibly... se http://w3schools.com/css/css_attribute_selectors.asp
>> 
>> It could be that all you need to do is to add a DOCTYPE declaration to the
>> HTML page.
>> 
>> 
>> On Mon, Jan 6, 2014 at 2:37 PM, Karl Wright (JIRA) <ji...@apache.org>
>> wrote:
>> 
>>> 
>>>    [
>>> 
>> https://issues.apache.org/jira/browse/CONNECTORS-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862990#comment-13862990
>> ]
>>> 
>>> Karl Wright edited comment on CONNECTORS-828 at 1/6/14 1:36 PM:
>>> ----------------------------------------------------------------
>>> 
>>> Further research shows that IE does not like this construct:
>>> 
>>> {code}
>>> .value input[type="whatever"]
>>> {
>>> ...
>>> }
>>> {code}
>>> 
>>> It only apparently accepts HTML tags, e.g.:
>>> 
>>> {code}
>>> .value input { ... }
>>> {code}
>>> 
>>> ... consistently.  In some contexts it works, but in some it does not.
>>> Must be an IE bug?
>>> 
>>> 
>>> 
>>> 
>>> was (Author: kwright@metacarta.com):
>>> Further research shows that IE does not like this construct:
>>> 
>>> {code}
>>> .value input[type="whatever"]
>>> {
>>> ...
>>> }
>>> {code}
>>> 
>>> It only apparently accepts HTML tags, e.g. .value input { ... },
>>> consistently.  In some contexts it works, but in some it does not.  Must
>> be
>>> an IE bug?
>>> 
>>> 
>>> 
>>>> Add modern styles to the project
>>>> --------------------------------
>>>> 
>>>>                Key: CONNECTORS-828
>>>>                URL:
>>> https://issues.apache.org/jira/browse/CONNECTORS-828
>>>>            Project: ManifoldCF
>>>>         Issue Type: Improvement
>>>>         Components: Framework crawler agent
>>>>   Affects Versions: ManifoldCF 1.5
>>>>           Reporter: Eranda Bandaranaike
>>>>           Assignee: Karl Wright
>>>>            Fix For: ManifoldCF 1.5
>>>> 
>>>>        Attachments: Screen-Shot-2013-12-04-at-6.30.12-PM.png,
>>> bad-refresh-button.png, ie-login-button.png, login_page.zip,
>>> loginpage-new-css.png, separator-line-mismatch.png, style.css
>>>> 
>>>>  Original Estimate: 30h
>>>> Remaining Estimate: 30h
>>>> 
>>>> I have created new style sheet for this project.
>>> 
>>> 
>>> 
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v6.1.5#6160)
>>> 
>> 


Re: [jira] [Comment Edited] (CONNECTORS-828) Add modern styles to the project

Posted by Karl Wright <da...@gmail.com>.
Didn't help in a local page when I added <!DOCTYPE html>, although we
definitely do not have a doctype statement in the UI.

Karl


On Mon, Jan 6, 2014 at 8:50 AM, Raymond Wiker <rw...@gmail.com> wrote:

> Possibly... se http://w3schools.com/css/css_attribute_selectors.asp
>
> It could be that all you need to do is to add a DOCTYPE declaration to the
> HTML page.
>
>
> On Mon, Jan 6, 2014 at 2:37 PM, Karl Wright (JIRA) <ji...@apache.org>
> wrote:
>
> >
> >     [
> >
> https://issues.apache.org/jira/browse/CONNECTORS-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862990#comment-13862990
> ]
> >
> > Karl Wright edited comment on CONNECTORS-828 at 1/6/14 1:36 PM:
> > ----------------------------------------------------------------
> >
> > Further research shows that IE does not like this construct:
> >
> > {code}
> > .value input[type="whatever"]
> > {
> > ...
> > }
> > {code}
> >
> > It only apparently accepts HTML tags, e.g.:
> >
> > {code}
> > .value input { ... }
> > {code}
> >
> > ... consistently.  In some contexts it works, but in some it does not.
> >  Must be an IE bug?
> >
> >
> >
> >
> > was (Author: kwright@metacarta.com):
> > Further research shows that IE does not like this construct:
> >
> > {code}
> > .value input[type="whatever"]
> > {
> > ...
> > }
> > {code}
> >
> > It only apparently accepts HTML tags, e.g. .value input { ... },
> > consistently.  In some contexts it works, but in some it does not.  Must
> be
> > an IE bug?
> >
> >
> >
> > > Add modern styles to the project
> > > --------------------------------
> > >
> > >                 Key: CONNECTORS-828
> > >                 URL:
> > https://issues.apache.org/jira/browse/CONNECTORS-828
> > >             Project: ManifoldCF
> > >          Issue Type: Improvement
> > >          Components: Framework crawler agent
> > >    Affects Versions: ManifoldCF 1.5
> > >            Reporter: Eranda Bandaranaike
> > >            Assignee: Karl Wright
> > >             Fix For: ManifoldCF 1.5
> > >
> > >         Attachments: Screen-Shot-2013-12-04-at-6.30.12-PM.png,
> > bad-refresh-button.png, ie-login-button.png, login_page.zip,
> > loginpage-new-css.png, separator-line-mismatch.png, style.css
> > >
> > >   Original Estimate: 30h
> > >  Remaining Estimate: 30h
> > >
> > > I have created new style sheet for this project.
> >
> >
> >
> > --
> > This message was sent by Atlassian JIRA
> > (v6.1.5#6160)
> >
>

Re: [jira] [Comment Edited] (CONNECTORS-828) Add modern styles to the project

Posted by Raymond Wiker <rw...@gmail.com>.
Possibly... se http://w3schools.com/css/css_attribute_selectors.asp

It could be that all you need to do is to add a DOCTYPE declaration to the
HTML page.


On Mon, Jan 6, 2014 at 2:37 PM, Karl Wright (JIRA) <ji...@apache.org> wrote:

>
>     [
> https://issues.apache.org/jira/browse/CONNECTORS-828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862990#comment-13862990]
>
> Karl Wright edited comment on CONNECTORS-828 at 1/6/14 1:36 PM:
> ----------------------------------------------------------------
>
> Further research shows that IE does not like this construct:
>
> {code}
> .value input[type="whatever"]
> {
> ...
> }
> {code}
>
> It only apparently accepts HTML tags, e.g.:
>
> {code}
> .value input { ... }
> {code}
>
> ... consistently.  In some contexts it works, but in some it does not.
>  Must be an IE bug?
>
>
>
>
> was (Author: kwright@metacarta.com):
> Further research shows that IE does not like this construct:
>
> {code}
> .value input[type="whatever"]
> {
> ...
> }
> {code}
>
> It only apparently accepts HTML tags, e.g. .value input { ... },
> consistently.  In some contexts it works, but in some it does not.  Must be
> an IE bug?
>
>
>
> > Add modern styles to the project
> > --------------------------------
> >
> >                 Key: CONNECTORS-828
> >                 URL:
> https://issues.apache.org/jira/browse/CONNECTORS-828
> >             Project: ManifoldCF
> >          Issue Type: Improvement
> >          Components: Framework crawler agent
> >    Affects Versions: ManifoldCF 1.5
> >            Reporter: Eranda Bandaranaike
> >            Assignee: Karl Wright
> >             Fix For: ManifoldCF 1.5
> >
> >         Attachments: Screen-Shot-2013-12-04-at-6.30.12-PM.png,
> bad-refresh-button.png, ie-login-button.png, login_page.zip,
> loginpage-new-css.png, separator-line-mismatch.png, style.css
> >
> >   Original Estimate: 30h
> >  Remaining Estimate: 30h
> >
> > I have created new style sheet for this project.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.1.5#6160)
>